We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c990e commit e3d9d9fCopy full SHA for e3d9d9f
action.yml
@@ -182,7 +182,7 @@ runs:
182
token: ${{ inputs.token }}
183
184
- name: Detect pure Image Changes and Force push if true
185
- if: ${{ inputs.force-push-on-image-change == 'true') }
+ if: ${{ inputs.force-push-on-image-change == 'true' }}
186
id: detect-image-changes
187
shell: bash
188
working-directory: ${{ inputs.working-directory }}
0 commit comments