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