diff --git a/.github/scripts/pr-poster.js b/.github/scripts/pr-poster.js index a4c11536..6dc43c0c 100644 --- a/.github/scripts/pr-poster.js +++ b/.github/scripts/pr-poster.js @@ -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 => {