test
This commit is contained in:
@@ -55,7 +55,7 @@ runs:
|
|||||||
command: ${{ inputs.command }}
|
command: ${{ inputs.command }}
|
||||||
unityBuilder: ${{ inputs.unityBuilder }}
|
unityBuilder: ${{ inputs.unityBuilder }}
|
||||||
- name: "Remove temporary image."
|
- name: "Remove temporary image."
|
||||||
if: ${{ inputs.removeContainer == "true" }}
|
if: ${{ inputs.removeContainer == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
docker image rm ${{ inputs.imageTag }}
|
docker image rm ${{ inputs.imageTag }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user