We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdba54 commit 1621952Copy full SHA for 1621952
1 file changed
.github/workflows/template_update.yml
@@ -12,13 +12,12 @@ on:
12
required: true
13
type: string
14
update_workflows:
15
- description: "Include .github/workflows updates from template? (true/false; empty defaults false)"
+ description: "Include .github/workflows updates from template? (true/false)"
16
required: false
17
- type: string
18
- default: ""
19
- secrets:
+ type: boolean
+ default: false
+ secrets:
20
TEMPLATE_UPDATE_TOKEN:
21
- description: "PAT with repo + workflow scopes (required to push workflow file changes when enabled)"
22
23
24
permissions:
0 commit comments