Skip to content

Commit

Permalink
✅ test different version
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jan 31, 2021
1 parent 8b500b1 commit 838745c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
description: 'hub mirror debug'
required: false
default: 'false'
version:
debug:
description: 'hub mirror version'
required: false
default: 'master'
schedule:
# UTC 17:30 -> CST (China) 1:30 see https://datetime360.com/cn/utc-cst-china-time/
- cron: '30 17 * * *'
Expand Down Expand Up @@ -46,7 +51,7 @@ jobs:
user: OI-wiki

- name: Mirror hub with cache and list
uses: Yikun/hub-mirror-action@v0.12
uses: Yikun/hub-mirror-action@${{ github.event.inputs.debug }}
with:
src: github/OI-wiki
dst: gitee/yi-xu-test-organization
Expand Down

0 comments on commit 838745c

Please sign in to comment.