From 150c8c20176433effb638988cd28b1f515078389 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 16 Dec 2024 14:10:18 +0000 Subject: [PATCH] Fix this up. --- .github/workflows/slack-notifications.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index e0e79a3d2a911..4e0d8f934249f 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -153,8 +153,8 @@ jobs: - name: Construct payload and store as an output id: create-payload run: | - echo payload="$( - jq -n + echo payload="$( jq \ + -n \ --arg workflow_name "${GITHUB_WORKFLOW}" \ --arg ref_name "${CURRENT_BRANCH}" \ --arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \