Skip to content

Commit 0097648

Browse files
committed
Test without workflow.
1 parent 3120188 commit 0097648

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
@@ -158,8 +158,7 @@ jobs:
158158
--arg ref_name "${CURRENT_BRANCH}" \
159159
--arg run_url "https://github.com/WordPress/wordpress-develop/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}" \
160160
--arg commit_message "${COMMIT_MSG}" \
161-
--arg workflow_name "${GITHUB_WORKFLOW}" \
162-
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
161+
'{ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
163162
)"
164163
echo "payload=$PAYLOAD" >> "$GITHUB_OUTPUT"
165164
env:

0 commit comments

Comments
 (0)