mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-20 19:03:47 +08:00
Update sync-jd_scripts.yml
This commit is contained in:
10
.github/workflows/sync-jd_scripts.yml
vendored
10
.github/workflows/sync-jd_scripts.yml
vendored
@@ -35,9 +35,17 @@ jobs:
|
|||||||
branch: master
|
branch: master
|
||||||
force : ture
|
force : ture
|
||||||
- name: Delete Workflow Runs
|
- name: Delete Workflow Runs
|
||||||
uses: Mattraks/delete-workflow-runs@main
|
uses: Mattraks/delete-workflow-runs@master
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
retain_days: 1
|
retain_days: 1
|
||||||
keep_minimum_runs: 0
|
keep_minimum_runs: 0
|
||||||
|
- name: sync github -> gitee
|
||||||
|
uses: Yikun/hub-mirror-action@master
|
||||||
|
with:
|
||||||
|
src: github/lan-tianxiang
|
||||||
|
dst: gitee/highdimen
|
||||||
|
static_list: "jd_scripts"
|
||||||
|
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||||
|
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user