Skip to content

Commit 70f1a1a

Browse files
committed
fix(message): actually pass message from bin script
1 parent e67d612 commit 70f1a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/empty.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ emptyGitHubCommit({
4444
owner: user,
4545
repo: repo,
4646
token: token,
47+
message: options.message,
4748
fullyQualifiedRef: `heads/${options.branch}`
4849
}).then(console.log, e => {
4950
console.error(e)

0 commit comments

Comments
 (0)