We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878e2ae commit bb52938Copy full SHA for bb52938
.github/workflows/main.yml
@@ -0,0 +1,9 @@
1
+ name: AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions
2
+ # You may pin to the exact commit or the version.
3
+ # uses: aws-actions/aws-cloudformation-github-deploy@dfbee8a4fec90af61b71bafda3890f8c4a2075ef
4
+ uses: aws-actions/aws-cloudformation-github-deploy@v1.0.3
5
+ with:
6
+ # The name of the CloudFormation stack
7
+ name: Cuckoo-AWS-Cloudformation
8
+ # The path or URL to the CloudFormation template
9
+ template: cuckoo-aws-cloudformation.yaml
0 commit comments