Skip to content

Commit cb9e2ab

Browse files
committed
Use both -r and -n.
1 parent 4d8a07b commit cb9e2ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/slack-notifications.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ jobs:
153153
- name: Construct payload and store as an output
154154
id: create-payload
155155
run: |
156-
echo $GITHUB_WORKFLOW;
157156
PAYLOAD="$( jq \
158-
-r \
157+
-nr \
159158
--arg workflow_name "${GITHUB_WORKFLOW}" \
160159
--arg ref_name "${CURRENT_BRANCH}" \
161160
--arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \

0 commit comments

Comments
 (0)