From d50840030afedc1dd0a4b3f16aa0ba65def0f4d8 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 22:13:30 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 5 +++-- unity/action.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index 357df61..712695a 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -59,8 +59,9 @@ runs: uses: act/unity/unity@master with: # serial: ${{ inputs.serial }} - # email: ${{ inputs.email }} - # password: ${{ inputs.password }} + serial: "activated" + email: ${{ inputs.email }} + password: ${{ inputs.password }} command: ${{ inputs.command }} unityBuilder: ${{ inputs.unityBuilder }} - name: "Remove temporary image." diff --git a/unity/action.yaml b/unity/action.yaml index f5fc0bb..1819789 100644 --- a/unity/action.yaml +++ b/unity/action.yaml @@ -2,7 +2,7 @@ name: unity description: "Register Unity with the provided license and run a Unity command." inputs: serial: - description: "Unity license serial number. Or 'personal' for a personal license." + description: "Unity license serial number. Or 'personal' for a personal license. Or 'activated' to skip activation." required: true default: personal email: