更新 .gitea/workflows/sync.yml

This commit is contained in:
2024-06-26 20:12:21 +08:00
parent 77cf83f7fc
commit ed7dc34237

View File

@@ -32,5 +32,5 @@ jobs:
git config --local user.email "actions[bot]@users.noreply.github.com"
git config --local user.name "actions[bot]"
git add .
git commit -a -m "$(date '+%Y-%m-%d %H:%M:%S')"
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