diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 636f474..4b29741 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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: |