Skip to content

Commit

Permalink
Merge pull request Code-For-Humans-School#22 from rogercortez-dev/bac…
Browse files Browse the repository at this point in the history
…kend-implementations

Test GitHub webhook workflow
  • Loading branch information
rogershi-dev authored Jun 27, 2024
2 parents 6e7bab9 + cde9481 commit ab8384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function expandCommitMessage(commitMessage) {

};

/* */
/* */
router.post('/webhook', async (req, res) => {
console.log('The webhook has been invoked successfully.');
const commitMessage = req.body.head_commit.message;
Expand Down

0 comments on commit ab8384d

Please sign in to comment.