Improve GChat message

This commit is contained in:
Phillip Webb 2025-06-30 12:50:59 -07:00
parent 700c84d06a
commit 53896f27c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}