From 5ca3dd6cc4b95be30083a784e447baaaa1c534b9 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 3 Jan 2025 23:21:00 +0000 Subject: [PATCH] added test action --- .forgejo/workflows/build_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build_linux.yaml b/.forgejo/workflows/build_linux.yaml index 4af4706..fe3d86e 100644 --- a/.forgejo/workflows/build_linux.yaml +++ b/.forgejo/workflows/build_linux.yaml @@ -13,7 +13,7 @@ jobs: apt update && apt install --yes $BUILD_DEPS - name: Clone repo run: | - git clone ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} + git clone ${{ github.server_url }}/${{ github.repository }} - name: Build run: | cd app