From 5bb71f4ab1aaec5ae22578547f0a8354abd914a0 Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 24 Mar 2023 00:36:13 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index 3e7d406..05042a3 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -55,7 +55,7 @@ runs: command: ${{ inputs.command }} unityBuilder: ${{ inputs.unityBuilder }} - name: "Remove temporary image." - if: ${{ inputs.removeContainer == "true" }} + if: ${{ inputs.removeContainer == 'true' }} run: | docker image rm ${{ inputs.imageTag }} shell: bash