Update sync_clone_scripts_from_DoveBoy_github.yml

This commit is contained in:
lan-tianxiang
2021-03-30 00:15:07 +08:00
committed by GitHub
parent 281d0efb74
commit 2f1f28ed85

View File

@ -20,13 +20,14 @@ jobs:
- name: Get Code
run: |
git clone -b master https://github.com/DoveBoy/a.git scripts
git clone -b master https://github.com/DoveBoy/a.git master
- name: Push Code
uses: ad-m/github-push-action@master
with:
directory: scripts
directory: master
github_token: ${{ secrets.HUB_TOKEN }}
branch: master
force: true
- name: Delete Workflow Runs
uses: Mattraks/delete-workflow-runs@main
with: