test
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user