Skip to content

Commit

Permalink
style: format the incoming webhook blocks to read inline
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Oct 1, 2024
1 parent 574e5f9 commit a10a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/resources/.slack/incoming-webhook.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"text": "A GitHub Action Event ${{ github.eventName }} has ${{ env.JOB_STATUS }}",
"text": ":email: A GitHub Action `${{ github.eventName }}` event status is ${{ env.JOB_STATUS }}",
"attachments": [
{
"color": "${{ env.ATTACHMENT_COLOR }}",
Expand Down

0 comments on commit a10a047

Please sign in to comment.