Skip to content

Commit

Permalink
fix(ci): don't fail when can't send message to telegram (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical authored Nov 18, 2024
1 parent 75637cb commit 1a1e69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- name: Send telegram message on push
uses: appleboy/[email protected]
continue-on-error: true
with:
to: ${{ secrets.TELEGRAM_ISSUE_CHAT_ID }}
token: ${{ secrets.TELEGRAM_ISSUE_TOKEN }}
Expand Down

0 comments on commit 1a1e69a

Please sign in to comment.