Skip to content

Commit

Permalink
dont fail build if notification fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kaffeewolf authored Dec 24, 2024
1 parent d604400 commit 5cfa832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
steps:
- name: Notification
uses: gscept/[email protected]
continue-on-error: true
with:
botToken: ${{ secrets.BotToken }}
chatId: ${{ secrets.ChatID }}
Expand Down

0 comments on commit 5cfa832

Please sign in to comment.