更新 .gitea/workflows/sync.yml
This commit is contained in:
@@ -32,5 +32,5 @@ jobs:
|
|||||||
git config --local user.email "actions[bot]@users.noreply.github.com"
|
git config --local user.email "actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "actions[bot]"
|
git config --local user.name "actions[bot]"
|
||||||
git add .
|
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
|
git -c http.sslVerify=false push https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||||
Reference in New Issue
Block a user