Improve GChat message
This commit is contained in:
parent
700c84d06a
commit
53896f27c3
|
@ -84,6 +84,6 @@ jobs:
|
|||
if: failure()
|
||||
uses: ./.github/actions/send-notification
|
||||
with:
|
||||
run-name: ${{ format('{0} | Build and Deploy Docs', github.ref_name) }}
|
||||
run-name: ${{ vars.COMMERCIAL && format('{0} | Build and Deploy Commerical Docs', github.ref_name) || format('{0} | Build and Deploy OSS Docs', github.ref_name) }}
|
||||
status: ${{ job.status }}
|
||||
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
|
||||
|
|
Loading…
Reference in New Issue