parent
c80a02f385
commit
9d25e7d0a9
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue