This commit is contained in:
2023-03-24 22:59:38 -07:00
parent 834357eac1
commit 5f5f3c642c

View File

@@ -18,6 +18,6 @@ runs:
id: getContainer
run: |
#Choose the appropriate container from: https://hub.docker.com/r/unityci/editor
bash ${{ github.action_path }}/get_target.sh "${{ inputs.platform }}" "${{ inputs.version }}"
bash ${{ github.action_path }}/get_container.sh "${{ inputs.platform }}" "${{ inputs.version }}"
shell: bash