Skip to content

Commit ab0ba50

Browse files
committed
add boolean types back in
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 98addd0 commit ab0ba50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ inputs:
1515
required: false
1616
overwrite-existing-file:
1717
description: 'Overwrite existing repo-properties.yaml with read values'
18+
type: boolean
1819
default: false
1920
required: false
2021
commit-changes:
2122
description: 'Commit values read to the properties file'
23+
type: boolean
2224
default: false
2325
required: false
2426
commit-author-name:

0 commit comments

Comments
 (0)