Skip to content

Commit 150c8c2

Browse files
committed
Fix this up.
1 parent 7a00926 commit 150c8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slack-notifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153
- name: Construct payload and store as an output
154154
id: create-payload
155155
run: |
156-
echo payload="$(
157-
jq -n
156+
echo payload="$( jq \
157+
-n \
158158
--arg workflow_name "${GITHUB_WORKFLOW}" \
159159
--arg ref_name "${CURRENT_BRANCH}" \
160160
--arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \

0 commit comments

Comments
 (0)