Test
This commit is contained in:
@@ -43,6 +43,13 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Print Inputs"
|
||||||
|
run: |
|
||||||
|
NAME="Unity Command"
|
||||||
|
echo "::group::$NAME - Inputs"
|
||||||
|
echo "${{ toJSON(inputs) }}"
|
||||||
|
echo "::endgroup::"
|
||||||
|
shell: bash
|
||||||
- name: "Get Unity container name."
|
- name: "Get Unity container name."
|
||||||
id: getContainer
|
id: getContainer
|
||||||
uses: act/unity/unity-get-container@master
|
uses: act/unity/unity-get-container@master
|
||||||
@@ -77,7 +84,6 @@ runs:
|
|||||||
- name: "Run Unity command."
|
- name: "Run Unity command."
|
||||||
uses: act/unity/unity@master
|
uses: act/unity/unity@master
|
||||||
env:
|
env:
|
||||||
UNITY_CONTAINER: ${{ steps.getContainer.outputs.container }}
|
|
||||||
SSH_PUBLIC_KEY: ${{ inputs.sshPublicKey }}
|
SSH_PUBLIC_KEY: ${{ inputs.sshPublicKey }}
|
||||||
SSH_PRIVATE_KEY: ${{ inputs.sshPrivateKey }}
|
SSH_PRIVATE_KEY: ${{ inputs.sshPrivateKey }}
|
||||||
CATCH_ERRORS: ${{ inputs.catchErrors }}
|
CATCH_ERRORS: ${{ inputs.catchErrors }}
|
||||||
|
|||||||
@@ -20,8 +20,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
#This is a base "mock" image which is replaced by the correct image in the "unity-command" action at runtime.
|
#This is a base "mock" image which is replaced by the correct image in the "unity-command" action at runtime.
|
||||||
#image: docker://unityci/base:latest
|
image: docker://unityci/base:latest
|
||||||
image: docker://${{ env.UNITY_CONTAINER }}
|
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.serial }}
|
- ${{ inputs.serial }}
|
||||||
- ${{ inputs.email }}
|
- ${{ inputs.email }}
|
||||||
|
|||||||
Reference in New Issue
Block a user