We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dddd8a commit 0e79c2dCopy full SHA for 0e79c2d
packages/@aws-cdk/aws-codecommit/README.md
@@ -40,7 +40,7 @@ const pipeline = new codepipeline.Pipeline(this, 'MyPipeline', {
40
});
41
const sourceStage = new codepipeline.Stage(this, 'Source', {
42
pipeline,
43
-}));
+});
44
const sourceAction = new codecommit.PipelineSourceAction(this, 'CodeCommit', {
45
stage: sourceStage,
46
artifactName: 'SourceOutput', // name can be arbitrary
0 commit comments