From 8edcfc7284bc007241caa8f5a28db02802e282e2 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 5 Aug 2023 23:37:55 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index ca1a13a..7580e86 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -63,6 +63,7 @@ runs: run: | COMMAND="${{ inputs.command }}" echo "NO GRAPHICS: ${{ inputs.noGraphics }}" + echo "{{ inputs.noGraphics }}" == 'true'" if [[ "{{ inputs.noGraphics }}" == "true" ]]; then COMMAND="-nographics $COMMAND" echo COMMAND IS "$COMMAND"