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"