Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Nov 9, 2022
1 parent 54c9ded commit 5b4020c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,21 @@ jobs:
env:
INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
text: "test"
text: "send-to-slack"
blocks: |
[
{
"type": "header",
"text": {
"type": "plain_text",
"text": "${{ github.event.release.tag_name}} is published!"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Author:*\n${{ github.actor }}"
"text": "${{ github.event.release.tag_name}} is out!"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Information:*"
"text": "*Changes:*"
}
},
{
Expand Down

0 comments on commit 5b4020c

Please sign in to comment.