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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
package_clean:
|
|
||||||
type: choice
|
|
||||||
description: 'check to make clean package'
|
|
||||||
options:
|
|
||||||
- true
|
|
||||||
- false
|
|
||||||
default: 'true'
|
|
||||||
required: true
|
|
||||||
debug:
|
debug:
|
||||||
type: choice
|
type: choice
|
||||||
description: 'debug?'
|
description: 'debug?'
|
||||||
@@ -18,6 +10,14 @@ on:
|
|||||||
- false
|
- false
|
||||||
default: 'false'
|
default: 'false'
|
||||||
required: true
|
required: true
|
||||||
|
package_clean:
|
||||||
|
type: choice
|
||||||
|
description: 'check to make clean package'
|
||||||
|
options:
|
||||||
|
- true
|
||||||
|
- false
|
||||||
|
default: 'true'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user