Skip to content

Commit 458096f

Browse files
Use boolean over choice
1 parent c71d9b4 commit 458096f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/add-permissions-to-codeowners.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
source:
88
description: Whether to use the marketplace version or the latest version from the repository.
99
type: choice
10-
choices:
10+
options:
1111
- marketplace
1212
- repository
1313
required: true
@@ -21,9 +21,7 @@ on:
2121
dry-run:
2222
description: Dry run?
2323
required: true
24-
default: true
25-
type: choice
26-
choices: ["true", "false"]
24+
type: boolean
2725

2826
permissions:
2927
contents: write

0 commit comments

Comments
 (0)