Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfly authored Mar 20, 2022
1 parent 81df2b1 commit 203d781
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,37 @@ on:
# 删除以下行首的#号启用定时任务
# schedule:
# - cron: 0 0 * * SUN
# 点击star运行
# star运行
# 删除以下行首的#号启用
#watch:
# types: [started]
workflow_dispatch:
inputs:
message:
description: 'commit message'
required: false
required: true
default: 'Update subconverter'
branch:
description: 'update subconverter from where?(action/build/release)'
required: false
description: 'update subconverter from where?'
required: true
default: 'action'
type: choice
options:
- action
- build
- release
tag:
description: 'specific version tag if branch is "release"'
required: false
default: 'latest'
modify_method:
description: 'modify configuration file by sed or /files'
required: false
default: 'sed'
required: true
default: 'files'
type: choice
options:
- sed
- files

concurrency:
group: subconverter
Expand Down

0 comments on commit 203d781

Please sign in to comment.