diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index d0eed836fd..71316ffc1c 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -24,3 +24,10 @@ jobs: java-version: 1.8 - name: Check Dependencies run: ./gradlew dependencyUpdates + - name: Google Chat Notification + if: failure() + uses: Co-qn/google-chat-notification@releases/v1 + with: + name: Check Dependencies + url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }} + status: ${{ job.status }} \ No newline at end of file