Skip to content

Commit

Permalink
ds
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Feb 14, 2024
1 parent 838c7a3 commit ad45040
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/slack_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ github.event.release.body }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Release link: <${{ github.event.release.html_url }}|${{ github.event.release.html_url }}>"
"text": ${{ github.event.release.body }}
}
}
]
Expand Down

0 comments on commit ad45040

Please sign in to comment.