Update .gitea/workflows/push.yml
test some actions / use-go-action (push) Successful in 2s

This commit is contained in:
2026-03-04 10:51:59 +01:00
parent f65ee6c9b0
commit 74f3abb162
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: |
test -n "${{ env.REPO_PATH }}" && rm -rfv "${{ env.REPO_PATH }}"/*
git config --global --add safe.directory ${{ env.REPO_PATH }}
git clone -b ${{ gitea.ref }} --single-branch ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
git clone -b ${{ gitea.ref_name }} --single-branch ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
- name: List after checkout
run: |