From 1bb49bb8c130ae04eb3c5ed498b75a98f416994a Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 5 Aug 2023 23:20:15 -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 c41cab7..96177d7 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -62,7 +62,7 @@ runs: id: command run: | COMMAND="${{ inputs.command }}" - if [[ "{{ inputs.noGraphics }}" == "true" ]]; then + if [[ "{{ inputs.noGraphics }}" == "false" ]]; then COMMAND="-nographics $COMMAND" fi echo "command=$COMMAND" >> "$GITHUB_OUTPUT"