Skip to content

Commit

Permalink
fix path to cloudformation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Mar 4, 2024
1 parent ba84946 commit 0a3250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
shell: bash
run: |
aws cloudformation package \
--template-file cloudformation.yml \
--template-file landsat/cloudformation.yml \
--s3-bucket=${{ inputs.CF_TEMPLATE_BUCKET }} \
--output-template-file packaged.yml
Expand Down

0 comments on commit 0a3250b

Please sign in to comment.