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 c49030f commit 00d6e0aCopy full SHA for 00d6e0a
.github/workflows/new-event-notify.yml
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 2
19
steps:
20
- name: Send Telegram notification for new issue
21
- uses: sehat1137/telegram-notifier@27e8505551e7806d06c7e97e41e86ac7d548b04b # v1.4.0
+ uses: sehat1137/telegram-notifier@e99082adf06006d67e381310f0447fae4eb8be31 # v1.4.0
22
if: contains(github.event.issue.labels.*.name, 'help wanted')
23
with:
24
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
0 commit comments