mirror of
https://github.com/ZhuJHua/moodiary.git
synced 2026-04-05 16:39:01 +08:00
chore(*): adjust the output format of outdated dependencies in the Telegram bot workflow
[skip ci]
This commit is contained in:
11
.github/workflows/telegram-bot.yml
vendored
11
.github/workflows/telegram-bot.yml
vendored
@@ -42,12 +42,13 @@ jobs:
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
format: markdown
|
||||
format: html
|
||||
message: |
|
||||
🎉 **A new release is live!** 🎉
|
||||
🎉 A new release is live! 🎉
|
||||
|
||||
**Version:** ${{ env.RELEASE_TAG }}
|
||||
**Release Notes:**
|
||||
Version: ${{ env.RELEASE_TAG }}
|
||||
|
||||
Release Notes:
|
||||
${{ env.RELEASE_NOTES }}
|
||||
|
||||
🔗 [View Release](${{ env.RELEASE_URL }})
|
||||
🔗 View Release: ${{ env.RELEASE_URL }}
|
||||
Reference in New Issue
Block a user