diff --git a/unity-get-container/action.yaml b/unity-get-container/action.yaml index 2a07d44..ee1e5a6 100644 --- a/unity-get-container/action.yaml +++ b/unity-get-container/action.yaml @@ -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 \ No newline at end of file