Update sync_to_git_single.yml

This commit is contained in:
lan-tianxiang
2021-03-28 10:48:18 +08:00
committed by GitHub
parent 8c5b35ac5b
commit 8a6e29fa34

View File

@ -40,7 +40,7 @@ jobs:
cat .git/config
echo $(date) > time
git add .
git commit -m "update"
git commit -m "sync"
git push -f
- name: Delete Workflow Runs
uses: Mattraks/delete-workflow-runs@main