Skip to content

Commit 1621952

Browse files
Update template_update.yml
1 parent 9fdba54 commit 1621952

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/template_update.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ on:
1212
required: true
1313
type: string
1414
update_workflows:
15-
description: "Include .github/workflows updates from template? (true/false; empty defaults false)"
15+
description: "Include .github/workflows updates from template? (true/false)"
1616
required: false
17-
type: string
18-
default: ""
19-
secrets:
17+
type: boolean
18+
default: false
19+
secrets:
2020
TEMPLATE_UPDATE_TOKEN:
21-
description: "PAT with repo + workflow scopes (required to push workflow file changes when enabled)"
2221
required: false
2322

2423
permissions:

0 commit comments

Comments
 (0)