Skip to content

Commit

Permalink
Fix typo in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rjstone committed Dec 29, 2019
1 parent aa189f3 commit 74f8f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function run() {
+ `- **Committer:** ${payload.head_commit.committer.name}\n`
+ `- **Pusher:** ${payload.pusher.name}\n`
+ `- **Commit URL:** ${payload.head_commit.url}\n`
+ `- **Commit Message: ${payload.head_commit.message}\n`
+ `- **Commit Message:** ${payload.head_commit.message}\n`
;

const hook = new webhook.Webhook(webhookUrl);
Expand Down

0 comments on commit 74f8f9d

Please sign in to comment.