Skip to content

Commit

Permalink
Disable false positive shellcheck errors for these jq inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 16, 2024
1 parent 127221a commit 7f038d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slack-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
--arg ref_name "${CURRENT_BRANCH}" \
--arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \
--arg commit_message "${COMMIT_MSG}" \
# shellcheck disable=SC2016,SC2086
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
)" >> $GITHUB_OUTPUT
env:
Expand Down

0 comments on commit 7f038d8

Please sign in to comment.