diff --git a/.github/workflows/sync_clone_scripts_master_to_git.yml b/.github/workflows/sync_clone_scripts_master_to_git.yml index 97bb877..03ac2e6 100644 --- a/.github/workflows/sync_clone_scripts_master_to_git.yml +++ b/.github/workflows/sync_clone_scripts_master_to_git.yml @@ -39,7 +39,7 @@ jobs: cat .git/config echo $(date) > time git add . - git commit -m "sync" + git commit -m "update" git push -f - name: Delete Workflow Runs uses: Mattraks/delete-workflow-runs@main