From 85b89a581a3ad15c4c9616204e4193cad263c007 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 18 Jul 2025 15:15:16 +0000 Subject: [PATCH] include bash --- .github/workflows/actions/lambda-deploy/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions/lambda-deploy/action.yml b/.github/workflows/actions/lambda-deploy/action.yml index d1328ae..ba19c67 100644 --- a/.github/workflows/actions/lambda-deploy/action.yml +++ b/.github/workflows/actions/lambda-deploy/action.yml @@ -55,6 +55,7 @@ runs: aws-region: ${{ inputs.aws-region }} - name: Set Docker image tag id: set_tag + shell: bash run: | SHORT_SHA=$(echo "${{ inputs.git-sha }}" | cut -c1-7) BRANCH=$(echo "${{ inputs.git-ref }}" | tr '/' '-')