From 8a819432d4e1162456a977277f816b82896d8d39 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 5 Aug 2023 23:09:39 -0700 Subject: [PATCH] Fixed output. --- 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 ff272ba..c41cab7 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -65,7 +65,7 @@ runs: if [[ "{{ inputs.noGraphics }}" == "true" ]]; then COMMAND="-nographics $COMMAND" fi - echo "command=$COMMAND" + echo "command=$COMMAND" >> "$GITHUB_OUTPUT" - name: "Run Unity command." uses: act/unity/unity@master with: