Skip to content

Commit

Permalink
fix: add shell parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
samhamptonheycar committed Mar 22, 2024
1 parent ba48de5 commit ae38eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
uses: aws-actions/amazon-ecr-login@v2
- name: Image Name
id: img-name
shell: bash
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "ecr-repo-name=${{inputs.aws-account-id}}.dkr.ecr.${{ inputs.aws-region }}.amazonaws.com/alpha-image/${{ inputs.ecr-repo-name }}" >>"${GITHUB_OUTPUT}"
Expand Down

0 comments on commit ae38eed

Please sign in to comment.