test
This commit is contained in:
@@ -39,14 +39,14 @@ runs:
|
|||||||
|
|
||||||
docker build -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }}
|
docker build -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }}
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Run Unity command."
|
# - name: "Run Unity command."
|
||||||
uses: act/unity/unity@master
|
# uses: act/unity/unity@master
|
||||||
with:
|
# with:
|
||||||
serial: ${{ inputs.serial }}
|
# serial: ${{ inputs.serial }}
|
||||||
email: ${{ inputs.email }}
|
# email: ${{ inputs.email }}
|
||||||
password: ${{ inputs.password }}
|
# password: ${{ inputs.password }}
|
||||||
command: ${{ inputs.command }}
|
# command: ${{ inputs.command }}
|
||||||
- name: "Remove temporary image."
|
# - name: "Remove temporary image."
|
||||||
run: |
|
# run: |
|
||||||
docker image rm ${{ inputs.imageTag }}
|
# docker image rm ${{ inputs.imageTag }}
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user