Skip to content

Commit d0b3289

Browse files
author
Jerry Kindall
authored
ShellScriptAction prop name -> actionName
name is the old name for actionName
1 parent bfc1316 commit d0b3289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/pipelines/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const pipeline = new CdkPipeline(this, 'Pipeline', {
376376
});
377377

378378
const validationAction = new ShellScriptAction({
379-
name: 'TestUsingSourceArtifact',
379+
actionName: 'TestUsingSourceArtifact',
380380
additionalArtifacts: [sourceArtifact],
381381

382382
// 'test.sh' comes from the source repository

0 commit comments

Comments
 (0)