From e3d9d9f1ae4012fee83615659c1279363f2277b0 Mon Sep 17 00:00:00 2001 From: Diego Garber Date: Wed, 26 Feb 2025 14:15:35 -0300 Subject: [PATCH] fix syntax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3777ef..09dd326 100644 --- a/action.yml +++ b/action.yml @@ -182,7 +182,7 @@ runs: token: ${{ inputs.token }} - name: Detect pure Image Changes and Force push if true - if: ${{ inputs.force-push-on-image-change == 'true') } + if: ${{ inputs.force-push-on-image-change == 'true' }} id: detect-image-changes shell: bash working-directory: ${{ inputs.working-directory }}