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 10bada2 commit 9c502e1Copy full SHA for 9c502e1
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
- if: failure()
67
run: cat notify.log
68
69
- run: curl -s -X POST https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage" -d chat_id=${{ secrets.TELEGRAM_TO }} -d text="$(cat notify.log)"
+ run: curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage" -d chat_id=${{ secrets.TELEGRAM_TO }} -d text="$(cat notify.log)"
70
- name: Notify via Telegram build errors if any
71
if: failure()
72
uses: appleboy/telegram-action@master
0 commit comments