Skip to content

Commit

Permalink
Merge pull request #152 from ZhuJHua/dev
Browse files Browse the repository at this point in the history
chore(*): adjust the output format of outdated dependencies in the Te…
  • Loading branch information
ZhuJHua authored Jan 27, 2025
2 parents 86f3ecb + c3aac55 commit bfb5429
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/telegram-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
format: text
message: |
🎉 *A new release is live!* 🎉
🎉 A new release is live! 🎉
**Release Name:** ${{ env.RELEASE_NAME }}
**Tag:** ${{ env.RELEASE_TAG }}
**Release Notes:**
Release Name: ${{ env.RELEASE_NAME }}
Tag: ${{ env.RELEASE_TAG }}
Release Notes:
${{ env.RELEASE_NOTES }}
🔗 [View Release](${{ env.RELEASE_URL }})
🔗 View Release: ${{ env.RELEASE_URL }}

0 comments on commit bfb5429

Please sign in to comment.