Skip to content

Commit

Permalink
fix: fix debug output format for createCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Mar 20, 2024
1 parent adc5ce7 commit 13c6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function createCommit(octokit: ReturnType<typeof github.getOctokit>
// committer.email: noreply@github.com

}).then(({data}) => data)
console.debug('commit', '>', commit.sha)
console.debug('commit', '->', commit.sha)

return commit
}
Expand Down

0 comments on commit 13c6b63

Please sign in to comment.