Skip to content

Commit

Permalink
Update release-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Nov 9, 2022
1 parent 5b4020c commit 120a639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
text: "send-to-slack"
text: "New release published!"
blocks: |
[
{
Expand All @@ -39,7 +39,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(github.event.release.body) }}
"text": "${{ github.event.release.body }}"
}
},
{
Expand All @@ -49,4 +49,4 @@ jobs:
"text": "${{ github.event.release.html_url }}"
}
}
]
]

0 comments on commit 120a639

Please sign in to comment.