Skip to content

Commit

Permalink
Try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Jan 14, 2024
1 parent 93a5618 commit 5067771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pr-poster.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async function run() {
url: webhookUrl,
headers: { "Content-Type": "application/json" },
content: `New Pull Request from ${user}`,
data: JSON.stringify({embeds_arr}),
data: JSON.stringify(embeds_arr),
}
axios.post(options)
.then(whresp => {
Expand Down

0 comments on commit 5067771

Please sign in to comment.