Skip to content

Commit

Permalink
handle line break
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Dec 6, 2023
1 parent 562158d commit 13c0f54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/api-deploy-ecs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ runs:

- name: Write PGP key to a file
run: |
cat <<< ${{ inputs.sse_pgp_private_key }} > sse_pgp_pkey
cat << EOF > sse_pgp_pkey
${{ inputs.sse_pgp_private_key }}
EOF
shell: bash

- name: Build, tag, and push image to Amazon ECR
Expand Down

0 comments on commit 13c0f54

Please sign in to comment.