Thanks to visit codestin.com Credit goes to github.com
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 6155608 commit 0b31e2fCopy full SHA for 0b31e2f
.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