Skip to content

Commit

Permalink
docs(pipelines): add branch to GitHubSourceAction in README (#10907)
Browse files Browse the repository at this point in the history
Closes: #10906


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
yattoni committed Oct 16, 2020
1 parent 650c23f commit 36fea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class MyPipelineStack extends Stack {
// Replace these with your actual GitHub project name
owner: 'OWNER',
repo: 'REPO',
branch: 'main', // default: 'master'
}),

synthAction: SimpleSynthAction.standardNpmSynth({
Expand Down

0 comments on commit 36fea28

Please sign in to comment.