Update sync_to_git_single.yml

This commit is contained in:
lan-tianxiang
2021-03-28 08:52:19 +08:00
committed by GitHub
parent 54abb85f47
commit 7a31cb4406

View File

@@ -38,7 +38,9 @@ jobs:
cd master
perl -i -pe "s|url = git@github.com:lan-tianxiang/clone_scripts.git|url = git@gitee.com:highdimen/clone_scripts.git|g" .git/config
cat .git/config
git push -u origin master -f
git add .
git commit -m "a"
git push -f
- name: Delete Workflow Runs
uses: Mattraks/delete-workflow-runs@main
with: