Skip to content

Commit

Permalink
[data] Update common files for branch master
Browse files Browse the repository at this point in the history
Co-authored-by: micronaut-build <micronaut-build@users.noreply.github.com>
  • Loading branch information
micronaut-build and micronaut-build authored Jun 8, 2020
1 parent 3b56add commit 5790aa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5790aa4

Please sign in to comment.