Skip to content

Commit 9d25e7d

Browse files
committed
update
1 parent c80a02f commit 9d25e7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dispatch.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: Repo Dispatcher
22
on:
33
workflow_dispatch:
44
inputs:
5-
package_clean:
5+
debug:
66
type: choice
7-
description: 'check to make clean package'
7+
description: 'debug?'
88
options:
99
- true
1010
- false
11-
default: 'true'
11+
default: 'false'
1212
required: true
13-
debug:
13+
package_clean:
1414
type: choice
15-
description: 'debug?'
15+
description: 'check to make clean package'
1616
options:
1717
- true
1818
- false
19-
default: 'false'
19+
default: 'true'
2020
required: true
2121

2222
jobs:

0 commit comments

Comments
 (0)