Update sync_to_git_single.yml

This commit is contained in:
lan-tianxiang
2021-03-28 08:33:28 +08:00
committed by GitHub
parent 088e044319
commit 0ee6944fe9

View File

@ -35,6 +35,7 @@ jobs:
ssh-keyscan gitee.com > ~/.ssh/known_hosts
- name: push Master
run: |
cd clone_scripts
git remote add origin git@gitee.com:highdimen/clone_scripts.git
git push -u origin master -f
- name: Delete Workflow Runs