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