This commit is contained in:
2023-03-24 00:36:13 -07:00
parent f880c21a0b
commit 5bb71f4ab1

View File

@@ -55,7 +55,7 @@ runs:
command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }}
- name: "Remove temporary image."
if: ${{ inputs.removeContainer == "true" }}
if: ${{ inputs.removeContainer == 'true' }}
run: |
docker image rm ${{ inputs.imageTag }}
shell: bash