We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817d33 commit 202cfe2Copy full SHA for 202cfe2
README.md
@@ -48,6 +48,7 @@ emptyGitHubCommit({
48
owner: 'username',
49
repo: 'repo name',
50
token: process.env.TOKEN,
51
+ message: 'my message',
52
fullyQualifiedRef: 'heads/develop'
53
}).then(console.log, e => {
54
console.error(e)
0 commit comments