Skip to content

Commit cb94a38

Browse files
committed
change the string deliminators for the input value
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 1aad41e commit cb94a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ runs:
132132
cat read-repo-properties.yaml
133133
134134
- name: Overwrite existing file (if applicable)
135-
if: ${{ inputs.overwrite-existing-file == true }}
135+
if: ${{ inputs.overwrite-existing-file == 'true' }}
136136
shell: bash
137137
run: |
138138
echo "We are going to overwrite repo-properties.yaml"

0 commit comments

Comments
 (0)