8000
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 d7c9554 commit 39c38bfCopy full SHA for 39c38bf
.github/workflows/check.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Notify via Telegram
93
if: always() && steps.prepare.outcome == 'success' && github.e 895A vent_name == 'schedule'
94
- uses: appleboy/telegram-action@v0.1.1
+ uses: appleboy/telegram-action@v1.0.0
95
with:
96
to: ${{ secrets.TELEGRAM_TO }}
97
token: ${{ secrets.TELEGRAM_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150
151
152
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
153
154
155
156
0 commit comments