Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartin-isp committed Dec 19, 2024
1 parent 1ffb261 commit 90c8c25
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/fail-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
}
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "On '${{ github.repository }}'\nworkflow '${{ github.workflow }}' failed\nTell ${{ github.triggering_actor }}.\nSee ${{ env.CI_BUILD_URL }}"
}
]
"type": "section",
"text": {
"type": "mrkdwn",
"text": "On '${{ github.repository }}'\nworkflow '${{ github.workflow }}' failed\nTell ${{ github.triggering_actor }}.\nSee ${{ env.CI_BUILD_URL }}"
}
}
]
}
Expand Down

0 comments on commit 90c8c25

Please sign in to comment.