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 19fcf85 commit a83af9cCopy full SHA for a83af9c
.github/workflows/check.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Notify via Telegram
93
if: always() && steps.prepare.outcome == 'success' && github.event_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
153
154
155
156
0 commit comments