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 4a0445e commit 2f2144cCopy full SHA for 2f2144c
.github/workflows/announcement.yml
@@ -18,6 +18,6 @@ jobs:
18
token: ${{ secrets.TELEGRAM_TOKEN }}
19
format: html
20
message: |
21
- 🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b><br><br>
22
- 🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a><br>
+ 🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b>\n
+ 🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a>\n
23
📦 <a href="https://github.com/${{ github.repository }}/releases">Releases</a>
0 commit comments