From 723f04e47aa6683af4e63fec1b254ee56dbe4e57 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 18:55:35 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index f7624f6..cf5725e 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -39,14 +39,14 @@ runs: docker build -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }} shell: bash - - name: "Run Unity command." - uses: act/unity/unity@master - with: - serial: ${{ inputs.serial }} - email: ${{ inputs.email }} - password: ${{ inputs.password }} - command: ${{ inputs.command }} - - name: "Remove temporary image." - run: | - docker image rm ${{ inputs.imageTag }} - shell: bash + # - name: "Run Unity command." + # uses: act/unity/unity@master + # with: + # serial: ${{ inputs.serial }} + # email: ${{ inputs.email }} + # password: ${{ inputs.password }} + # command: ${{ inputs.command }} + # - name: "Remove temporary image." + # run: | + # docker image rm ${{ inputs.imageTag }} + # shell: bash