We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-r
-n
1 parent 4d8a07b commit cb9e2abCopy full SHA for cb9e2ab
.github/workflows/slack-notifications.yml
@@ -153,9 +153,8 @@ jobs:
153
- name: Construct payload and store as an output
154
id: create-payload
155
run: |
156
- echo $GITHUB_WORKFLOW;
157
PAYLOAD="$( jq \
158
- -r \
+ -nr \
159
--arg workflow_name "${GITHUB_WORKFLOW}" \
160
--arg ref_name "${CURRENT_BRANCH}" \
161
--arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \
0 commit comments