Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c502e1

Browse files
authored
fix curl
1 parent 10bada2 commit 9c502e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- if: failure()
6767
run: cat notify.log
6868
- if: failure()
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)"
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)"
7070
- name: Notify via Telegram build errors if any
7171
if: failure()
7272
uses: appleboy/telegram-action@master

0 commit comments

Comments
 (0)