From 7bfd78688916ee7d1b955fdbeeee5c4bc12dee95 Mon Sep 17 00:00:00 2001 From: Ronaldo Macapobre Date: Mon, 28 Oct 2024 19:34:06 +0000 Subject: [PATCH] Added shell: bash --- .github/workflows/actions/deploy-to-aws/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions/deploy-to-aws/action.yml b/.github/workflows/actions/deploy-to-aws/action.yml index 9de3b45a..423c4d53 100644 --- a/.github/workflows/actions/deploy-to-aws/action.yml +++ b/.github/workflows/actions/deploy-to-aws/action.yml @@ -68,6 +68,7 @@ runs: - name: Check ECR Image exists id: ecr-check + shell: bash run: | IMAGE_TAG=${{ inputs.image_name }}:${{ inputs.short_sha}} REPOSITORY_NAME=${{ inputs.github_image_repo }}