From 53896f27c3d460d57c82e1aa90ba071dfab29c10 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 30 Jun 2025 12:50:59 -0700 Subject: [PATCH] Improve GChat message --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index abc3e0e9158..4ddaf50608f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 }}