From ce6e660acdb7035650590ee574f9f4e663771e42 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 5 Aug 2023 23:39:17 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index ca459bc..1fdb292 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -64,7 +64,6 @@ runs: COMMAND="${{ inputs.command }}" NO_GRAPHICS="${{ inputs.noGraphics }}" echo "NO GRAPHICS: ${{ inputs.noGraphics }}" - echo "{{ inputs.noGraphics }}" == 'true'" if [[ "$NO_GRAPHICS" == "true" ]]; then COMMAND="-nographics $COMMAND" echo COMMAND IS "$COMMAND"