This commit is contained in:
2023-03-25 22:13:30 -07:00
parent 22122a4499
commit d50840030a
2 changed files with 4 additions and 3 deletions

View File

@@ -59,8 +59,9 @@ runs:
uses: act/unity/unity@master uses: act/unity/unity@master
with: with:
# serial: ${{ inputs.serial }} # serial: ${{ inputs.serial }}
# email: ${{ inputs.email }} serial: "activated"
# password: ${{ inputs.password }} email: ${{ inputs.email }}
password: ${{ inputs.password }}
command: ${{ inputs.command }} command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }} unityBuilder: ${{ inputs.unityBuilder }}
- name: "Remove temporary image." - name: "Remove temporary image."

View File

@@ -2,7 +2,7 @@ name: unity
description: "Register Unity with the provided license and run a Unity command." description: "Register Unity with the provided license and run a Unity command."
inputs: inputs:
serial: 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 required: true
default: personal default: personal
email: email: