actions-marketplace-validations/describe-cfn-change-set
describe cfn change set
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 2, 2020
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/blue-pix_describe-cfn-change-set@f81fdca6b3fb0a67b207318cbf486624b18362b8 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| stack_name | cfn stack name | yes | — |
| template_body | cfn template file name | yes | — |
Outputs
| name | description |
|---|---|
| change_set_name | created change set name (uuid) |
| result | json output of describe-change-set API |
| result_file_path | file path where json output written |
| diff_file_path | as HTML formatted change set diff for Github comment |