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 130171d commit 7b3bb33Copy full SHA for 7b3bb33
.github/workflows/announcement.yml
@@ -40,9 +40,10 @@ jobs:
40
token: ${{ secrets.TELEGRAM_TOKEN }}
41
format: html
42
message: |
43
- 🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a>!</b>
+ 🚀 <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> was just released!
44
+ ${{ env.RELEASE_LINKS }}
45
46
🔗 PR: <a href="${{ github.event.pull_request.html_url }}"><b>${{ github.event.pull_request.title }}</b>#${{ github.event.pull_request.number }}</a>
47
- 📦 <b>Released Packages:</b>
48
- ${{ env.RELEASE_LINKS }}
+
49
0 commit comments