Skip to content

Commit 288864d

Browse files
committed
Try compact.
1 parent fdf28fc commit 288864d

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
@@ -159,9 +159,9 @@ jobs:
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}" \
161161
--arg commit_message "${COMMIT_MSG}" \
162-
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
162+
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}' | jq -c .
163163
)"
164-
echo "payload=${PAYLOAD}" >> "$GITHUB_OUTPUT"
164+
echo "payload=$PAYLOAD" >> "$GITHUB_OUTPUT"
165165
env:
166166
COMMIT_MSG: ${{ steps.commit-message.outputs.commit_message_escaped }}
167167

0 commit comments

Comments
 (0)