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 8bf5ecf commit 49106b6Copy full SHA for 49106b6
.github/workflows/check.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Notify via Telegram
89
if: steps.prepare.outcome == 'success'
90
- uses: appleboy/telegram-action@0.1.1
+ uses: appleboy/telegram-action@v0.1.1
91
with:
92
to: ${{ secrets.TELEGRAM_TO }}
93
token: ${{ secrets.TELEGRAM_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139
#
140
#- name: Notify via Telegram
141
# if: step.prepare.outcome == 'success'
142
- # uses: appleboy/telegram-action@0.1.1
+ # uses: appleboy/telegram-action@v0.1.1
143
# with:
144
# to: ${{ secrets.TELEGRAM_TO }}
145
# token: ${{ secrets.TELEGRAM_TOKEN }}
0 commit comments