We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117689a commit ca3be07Copy full SHA for ca3be07
.github/workflows/IssueOpenedNotification.yml
@@ -16,8 +16,9 @@ jobs:
16
run: |
17
$messageBody = @'
18
A <${{ github.event.issue.html_url }}|new issue> has been opened by _${{ github.event.issue.user.login }}_ in *${{ github.repository }}*
19
- > Title: ${{ github.event.issue.title }} `#${{ github.event.issue.number }}`
20
- > Body: ${{ github.event.issue.body }}
+ > *#${{ github.event.issue.number }} ${{ github.event.issue.title }}*
+ >
21
+ > ${{ github.event.issue.body }}
22
'@
23
24
$headers = @{
0 commit comments