Skip to content

Commit fdf28fc

Browse files
committed
Try again.
1 parent e090c5d commit fdf28fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
--arg commit_message "${COMMIT_MSG}" \
162162
'{workflow_name: $workflow_name, ref_name: $ref_name, run_url: $run_url, commit_message: $commit_message}'
163163
)"
164-
echo "payload={$PAYLOAD}" >> "$GITHUB_OUTPUT"
164+
echo "payload=${PAYLOAD}" >> "$GITHUB_OUTPUT"
165165
env:
166166
COMMIT_MSG: ${{ steps.commit-message.outputs.commit_message_escaped }}
167167

0 commit comments

Comments
 (0)