Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yigaldviri committed Dec 26, 2024
1 parent deb78e4 commit 5748a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ async function postRhymeToGitHub(rhyme, token) {
});

console.log(JSON.stringify(comment));
console.log(`Posted rhyme to GitHub PR ${pr}`);
} catch (e) {
console.error("Error posting rhyme to GitHub:", e);
}
Expand Down

0 comments on commit 5748a58

Please sign in to comment.