Skip to content

Commit

Permalink
Updated Slack notification body text
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Jun 18, 2024
1 parent 117689a commit ca3be07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/IssueOpenedNotification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
run: |
$messageBody = @'
A <${{ github.event.issue.html_url }}|new issue> has been opened by _${{ github.event.issue.user.login }}_ in *${{ github.repository }}*
> Title: ${{ github.event.issue.title }} `#${{ github.event.issue.number }}`
> Body: ${{ github.event.issue.body }}
> *#${{ github.event.issue.number }} ${{ github.event.issue.title }}*
>
> ${{ github.event.issue.body }}
'@
$headers = @{
Expand Down

0 comments on commit ca3be07

Please sign in to comment.