Skip to content

Commit

Permalink
Merge pull request #42 from catto/patch-1
Browse files Browse the repository at this point in the history
fix(587): Add doc for lastCommitMessage
  • Loading branch information
ian-fox authored Jul 6, 2017
2 parents 371ba8e + 79a857b commit 4297753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ A key-map of data related to the received payload in the form of:
checkoutUrl: 'https://[email protected]/batman/test.git',
branch: 'mynewbranch',
sha: '9ff49b2d1437567cad2b5fed7a0706472131e927',
lastCommitMessage: 'This is the last commit message', // get a message of the last one from commits object
prNum: 3,
prRef: 'pull/3/merge'
}
Expand Down

0 comments on commit 4297753

Please sign in to comment.