Skip to content

Commit

Permalink
Merge branch 'master' into issue184
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Jun 8, 2020
2 parents c3781ba + 5790aa4 commit da8ce80
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 da8ce80

Please sign in to comment.