This action performs an AWS CloudFormation deployment, handling all states properly and waiting for current updates & rollbacks to complete
Required The name of the cloudformation template.
Required The name of the cloudformation stack.
A space-separated list of stack capabilities.
A space-separated list of stack parameters, each formatted as Key=Value
.
Always pass the GitHub workflow step, even if the deployment fails (useful for running tests)
Debug-level logging of all cloudformation api commands and their responses
The final status of the stack being deployed
An error message, if the stack ends in a failed state
uses: adriaan-pelzer/[email protected]
with:
template: cfn-template-yml
stack-name: my-test-stack
capabilities: CAPABILITY_IAM CAPABILITY_NAMED_IAM
parameters: Parameter0=Value0 Parameter1=Value1