Skip to content

Commit 2cfdcf5

Browse files
committed
remove boolean types from input
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 75e4e75 commit 2cfdcf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ inputs:
1616
overwrite-existing-file:
1717
description: 'Overwrite existing repo-properties.yaml with read values'
1818
default: false
19-
type: boolean
2019
required: false
2120
commit-changes:
2221
description: 'Commit values read to the properties file'
2322
default: false
24-
type: boolean
2523
required: false
2624
commit-author-name:
2725
description: 'Author of commit name:'

0 commit comments

Comments
 (0)