Skip to content

Commit

Permalink
Add Google Chat notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 20, 2024
1 parent 56155dc commit 7d610b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:

- name: Build with Maven
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify

- name: Google Chat Notification
uses: Co-qn/google-chat-notification@3691ccf4763537d6e544bc6cdcccc1965799d056
with:
name: Build (${{ matrix.runner }})
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
if: always()

0 comments on commit 7d610b6

Please sign in to comment.