mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-14 08:02:36 +08:00
Update sync_clone_scripts_from_DoveBoy_github.yml
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user