Skip to content

Commit 8d2ad2c

Browse files
committed
fix(ci): don't fail when can't send message to telegram
1 parent 75637cb commit 8d2ad2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- name: Send telegram message on push
1212
uses: appleboy/[email protected]
13+
continue-on-error: true
1314
with:
1415
to: ${{ secrets.TELEGRAM_ISSUE_CHAT_ID }}
1516
token: ${{ secrets.TELEGRAM_ISSUE_TOKEN }}

0 commit comments

Comments
 (0)