Skip to content

Commit

Permalink
chore: fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
rperryng committed Jun 24, 2024
1 parent 4ca8d3b commit 7861d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
channel-id: ${{ vars.DEVELOPER_TOOLS_ALERTS_SLACK_CHANNEL }}
payload: |
{
"text": "GitHub Action failed ${{ github.event.head_commit.url }}."
"text": "GitHub Action failed ${{ github.event.head_commit.url }}.",
"blocks": [
{
"type": "header",
Expand Down

0 comments on commit 7861d0e

Please sign in to comment.