update
This commit is contained in:
16
.github/workflows/dispatch.yml
vendored
16
.github/workflows/dispatch.yml
vendored
@@ -2,14 +2,6 @@ name: Repo Dispatcher
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
package_clean:
|
||||
type: choice
|
||||
description: 'check to make clean package'
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
default: 'true'
|
||||
required: true
|
||||
debug:
|
||||
type: choice
|
||||
description: 'debug?'
|
||||
@@ -18,6 +10,14 @@ on:
|
||||
- false
|
||||
default: 'false'
|
||||
required: true
|
||||
package_clean:
|
||||
type: choice
|
||||
description: 'check to make clean package'
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
default: 'true'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user