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 7592940 commit 5d21704Copy full SHA for 5d21704
.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@001d014161c5141b65608fb2ec98d815a9356425 # v1.4.1
+ uses: sehat1137/telegram-notifier@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0
22
if: contains(github.event.issue.labels.*.name, 'help wanted')
23
with:
24
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
0 commit comments