Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codepipeline): Action.onStateChange() has wrong detail type (#5721)
The method onStateChange() in Action, the common superclass for all CDK-vended actions, incorrectly set the `detailType` of the CloudWatch event rule it created to 'CodePipeline Stage Execution State Change', when it should be 'CodePipeline Action Execution State Change'. Fixes #3614 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information