Skip to content

Commit

Permalink
Fix this up.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 16, 2024
1 parent 7a00926 commit 150c8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 150c8c2

Please sign in to comment.