Skip to content

Commit 202cfe2

Browse files
authored
Add message to API example in readme
1 parent e817d33 commit 202cfe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ emptyGitHubCommit({
4848
owner: 'username',
4949
repo: 'repo name',
5050
token: process.env.TOKEN,
51+
message: 'my message',
5152
fullyQualifiedRef: 'heads/develop'
5253
}).then(console.log, e => {
5354
console.error(e)

0 commit comments

Comments
 (0)