Skip to content

Commit 836bad7

Browse files
committed
chore: testing commit into a branch
1 parent e8bd06a commit 836bad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ if (!module.parent) {
136136
console.log('demo commit')
137137
emptyGitHubCommit({
138138
owner: 'bahmutov',
139-
repo: 'commit-to-github',
139+
repo: 'make-empty-github-commit',
140140
token: process.env.TOKEN,
141-
branch: 'master'
141+
branch: 'test-branch'
142142
}).then(console.log, e => {
143143
console.error(e)
144144
process.exit(1)

0 commit comments

Comments
 (0)