fix: replace checkout action with git clone
Build and Push / build (push) Failing after 10s

This commit is contained in:
ilovintit
2026-06-08 15:29:05 +08:00
parent db2516a18c
commit e025e65577
+3 -3
View File
@@ -18,9 +18,9 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Checkout
uses: https://gitea.songhuwan.com/actions/checkout@v4
with:
token: ${{ secrets.CHECKOUT_TOKEN }}
run: |
git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git .
git checkout ${{ github.sha }}
- name: Build updater binary (test only)
run: |