更新 .gitea/workflows/sync.yml
Some checks failed
sync / build (push) Failing after 1s

This commit is contained in:
azw
2024-11-28 04:12:55 +08:00
parent 60943fda4a
commit 314729c227

View File

@@ -13,7 +13,7 @@ jobs:
run: |
ls -lh
rm -rf az-more-slots
git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
- name: sync currect file
run: |
cd /home/steam/steamcmd
@@ -48,4 +48,4 @@ jobs:
git config --local user.name "actions[bot]"
git add .
git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')"
git -c http.sslVerify=false push https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
git -c http.sslVerify=false push https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git