We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd609ee commit 53128e9Copy full SHA for 53128e9
1 file changed
.github/workflows/cf-deploy.yml
@@ -108,7 +108,7 @@ jobs:
108
aws s3 cp ${{inputs.zip-file-name}} s3://${{ inputs.s3-bucket }}/${{ inputs.bucket-prefix }}/
109
110
- name: 🚀 Deploy cloudformation stack using template
111
- uses: aws-actions/aws-cloudformation-github-deploy@v1
+ uses: aws-actions/aws-cloudformation-github-deploy@v2
112
with:
113
name: ${{ inputs.stack-name }}
114
template: ${{ inputs.template-path }}
0 commit comments