include bash

This commit is contained in:
Jun-te Kim 2025-07-18 15:15:16 +00:00
parent fa666613e1
commit 85b89a581a

View file

@ -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 '/' '-')