Update sync_to_git_single.yml

This commit is contained in:
lan-tianxiang
2021-03-28 08:39:57 +08:00
committed by GitHub
parent 824756c85f
commit adf94a0b61

View File

@@ -36,6 +36,7 @@ jobs:
- name: push Master
run: |
cd master
cat .git/config
git remote add origin git@gitee.com:highdimen/clone_scripts.git
git push -u origin master -f
- name: Delete Workflow Runs