You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade AWS CloudFormation GitHub Action to v2.0.0 on Documentation (#173)
Using v1 as exemplified in the README.md file will give you the following warning when used externally:
```
Unexpected input(s) 'mode', 'execute-change-set-id', valid inputs are ['name', 'template', 'capabilities', 'parameter-overrides', 'no-execute-changeset', 'no-delete-failed-changeset', 'no-fail-on-empty-changeset', 'disable-rollback', 'timeout-in-minutes', 'notification-arns', 'role-arn', 'tags', 'termination-protection', 'http-proxy', 'change-set-name']
```
The latest version commited is v2.0.0 where `mode` is supported by this action
0 commit comments