From 5739262b15f651b353cdd00b82240a542fe11b1f Mon Sep 17 00:00:00 2001 From: Will Smart <25076205+wsmart17@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:00:07 +1100 Subject: [PATCH] Update notify.yml to fix message formatting --- .github/workflows/notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 33fd36eda..d37ed996f 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -17,5 +17,5 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@master with: - args: '## {{ EVENT_PAYLOAD.pull_request.title }}\n{{ EVENT_PAYLOAD.pull_request.body }}' + args: "## {{ EVENT_PAYLOAD.pull_request.title }}\n{{ EVENT_PAYLOAD.pull_request.body }}"