diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 9b4f5ab..074b66e 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -13,7 +13,7 @@ jobs: run: | ls -lh rm -rf az-vnr-patch - git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git + git -c http.sslVerify=false clone https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git - name: sync currect file run: | cd /home/steam/steamcmd @@ -23,9 +23,9 @@ jobs: run: | ls -lh cd az-vnr-patch - git checkout -b pure-az + git checkout pure-az cp -r src ../ - git checkout -b main + git checkout main rm -rf src ls -lh mkdir src