Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Mar 19, 2024
1 parent 129fc97 commit 74ba1f1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ jobs:
]
});
});
return { blocks };
return {
"text": "🎉 New releases available:",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "🎉 New releases available:"
}
},
...blocks
];
}
}
env:
SLACK_WEBHOOK_URL: "https://hooks.slack.com/services/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"

0 comments on commit 74ba1f1

Please sign in to comment.