We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b4248 commit 0470cf7Copy full SHA for 0470cf7
.github/workflows/community-release-notifier.yml
@@ -109,7 +109,7 @@ jobs:
109
# Telegram notification — MarkdownV2 + no link preview
110
# ────────────────────────────────────────────────
111
- name: Send to Telegram
112
- if: ${{ secrets.TELEGRAM_BOT_TOKEN != "" && secrets.TELEGRAM_CHAT_ID != "" && secrets.TELEGRAM_MESSAGE_THREAD_ID != "" }}
+ #if: ${{ secrets.TELEGRAM_BOT_TOKEN != '' && secrets.TELEGRAM_CHAT_ID != '' && secrets.TELEGRAM_MESSAGE_THREAD_ID != '' }}
113
uses: Salmansha08/telegram-github-action@17c9ce6b4210d2659dca29d34028b02fa29d70ad # or newer tag if available
114
with:
115
to: ${{ secrets.TELEGRAM_CHAT_ID }}
0 commit comments