Skip to content

Commit 7f038d8

Browse files
committed
Disable false positive shellcheck errors for these jq inputs.
1 parent 127221a commit 7f038d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/slack-notifications.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ 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+
# shellcheck disable=SC2016,SC2086
162163
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
163164
)" >> $GITHUB_OUTPUT
164165
env:

0 commit comments

Comments
 (0)