Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Set name and email in github.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpass committed Nov 5, 2016
1 parent 5dfca2e commit 47ca519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@
var data = {
"message": message,
"author": {
"name": options.username
// "name": options.username,
"name": "ICEcoder",
"email": "info@icecoder.net"
},
"parents": [
parent
Expand Down

0 comments on commit 47ca519

Please sign in to comment.