From 5f5f3c642c22b2aa85f4f6bec7899c583a64eaef Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 24 Mar 2023 22:59:38 -0700 Subject: [PATCH] fix --- unity-get-container/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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