Skip to content

Commit

Permalink
test! see if we can cat input
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Dec 6, 2023
1 parent 0e6f92b commit 5c21a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/api-deploy-ecs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ runs:

- name: Write PGP key to a file
run: |
cat <<< 'some-text' > sse_pgp_pkey
cat <<< ${{ inputs.aws_access_key_id }} > sse_pgp_pkey
shell: bash

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

0 comments on commit 5c21a8f

Please sign in to comment.