Skip to content

Commit

Permalink
✅ add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jan 30, 2021
1 parent 491b9e2 commit 8b500b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ name: sync2gitee(list)-org

on:
workflow_dispatch:
inputs:
debug:
description: 'hub mirror debug'
required: false
default: 'false'
schedule:
# UTC 17:30 -> CST (China) 1:30 see https://datetime360.com/cn/utc-cst-china-time/
- cron: '30 17 * * *'
Expand Down Expand Up @@ -54,6 +59,7 @@ jobs:
force_update: true
clone_style: ssh
timeout: 300
debug: ${{ github.event.inputs.debug }}

- name: Print cache path
run: |
Expand Down

0 comments on commit 8b500b1

Please sign in to comment.