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 19aafef commit a4bb92cCopy full SHA for a4bb92c
.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' && inputs.tx_project == 'python-newest'
94
- uses: appleboy/telegram-action@v1.0.0
+ uses: appleboy/telegram-action@v1.0.1
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