Rewrote Google Chat notification
This commit is contained in:
parent
3bf6b071da
commit
2148f218e5
|
|
@ -36,7 +36,6 @@ jobs:
|
|||
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'
|
||||
jobStatus: ${{ job.status }}
|
||||
title: Lint failed
|
||||
subtitle: ${{ github.repository }}
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
@ -62,5 +61,4 @@ jobs:
|
|||
with:
|
||||
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'
|
||||
jobStatus: ${{ job.status }}
|
||||
title: Test failed
|
||||
subtitle: ${{ job.status }}
|
||||
title: Test failed
|
||||
Loading…
Reference in New Issue
Block a user