Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes naming of method scmm.updatePullRequest in documentation
  • Loading branch information
pmarkiewka authored Feb 8, 2021
1 parent ddd8f19 commit e049220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ Each method requires a `repository` parameter, a String containing namespace and
* Use the `target` (String) as the target branch of the pull request.
* Use the `title` (String) as the title of the pull request.
* Use the `description` (String) as the description of the pull request.
* `scmm.updateDescription(repository, pullRequestId, title, description)` - Updates the description of a pull request.
* `scmm.updatePullRequest(repository, pullRequestId, title, description)` - Updates the pull request.
* Use the `repository` (String) as the GitOps repository
* Use the `pullRequestId` (String) as the ID of the pull request.
* Use the `title` (String) as the title of the pull request.
Expand Down

0 comments on commit e049220

Please sign in to comment.