mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-17 09:23:47 +08:00
Update sync_clone_scripts_from_DoveBoy_github.yml
This commit is contained in:
@@ -20,13 +20,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Code
|
- name: Get Code
|
||||||
run: |
|
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
|
- name: Push Code
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
directory: scripts
|
directory: master
|
||||||
github_token: ${{ secrets.HUB_TOKEN }}
|
github_token: ${{ secrets.HUB_TOKEN }}
|
||||||
branch: master
|
branch: master
|
||||||
|
force: true
|
||||||
- name: Delete Workflow Runs
|
- name: Delete Workflow Runs
|
||||||
uses: Mattraks/delete-workflow-runs@main
|
uses: Mattraks/delete-workflow-runs@main
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user