Skip to content

Commit

Permalink
Test notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
siarb committed Nov 12, 2024
1 parent 5779257 commit 3255b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":github: User _${{ github.event.comment.user.login }}_ commented issue:\\n><${{ github.event.issue.html_url }}|*${{ github.event.issue.title }}*> \\n>${{ github.event.comment.body }}"
"text": ":github: User _${{ github.event.comment.user.login }}_ commented issue:\n><${{ github.event.issue.html_url }}|*${{ github.event.issue.title }}*> \n>${{ github.event.comment.body }}"
}
}
]
Expand All @@ -46,7 +46,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":github: User _${{ github.event.issue.user.login }}_ submitted issue:\\n><${{ github.event.issue.html_url }}|*${{ github.event.issue.title }}*> \\n>${{ github.event.issue.body }}".replace(/\n/g, "\\n")
"text": ":github: User _${{ github.event.issue.user.login }}_ submitted issue:\n><${{ github.event.issue.html_url }}|*${{ github.event.issue.title }}*> \n>${{ github.event.issue.body }}"
}
}
]
Expand Down

0 comments on commit 3255b4d

Please sign in to comment.