Skip to content

Commit e3d9d9f

Browse files
committed
fix syntax
1 parent 00c990e commit e3d9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ runs:
182182
token: ${{ inputs.token }}
183183

184184
- name: Detect pure Image Changes and Force push if true
185-
if: ${{ inputs.force-push-on-image-change == 'true') }
185+
if: ${{ inputs.force-push-on-image-change == 'true' }}
186186
id: detect-image-changes
187187
shell: bash
188188
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)