From 344c330d142cf65b4f2cbcf41b6991376e47da0d Mon Sep 17 00:00:00 2001 From: lan-tianxiang <42911023+lan-tianxiang@users.noreply.github.com> Date: Tue, 30 Mar 2021 00:19:59 +0800 Subject: [PATCH] Update sync_clone_scripts_master_to_git.yml --- .github/workflows/sync_clone_scripts_master_to_git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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