Skip to content

Commit

Permalink
docs(codepipeline-actions): update CodeStarConnectionsSourceActionPro…
Browse files Browse the repository at this point in the history
…ps docs to also mention GitHub (aws#14155)

Expanded `CodeStarConnectionsSourceActionProps` doc comment to include GitHub repositories in addition to BitBucket repositories.

Fixes aws#14142

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
jrobbins-LiveData authored and hollanddd committed Aug 26, 2021
1 parent c4eb1ac commit c5333dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface CodeStarConnectionsSourceActionProps extends codepipeline.Commo

/**
* The ARN of the CodeStar Connection created in the AWS console
* that has permissions to access this BitBucket repository.
* that has permissions to access this GitHub or BitBucket repository.
*
* @example 'arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh'
* @see https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-create.html
Expand Down

0 comments on commit c5333dd

Please sign in to comment.