Skip to content

Commit 53896f2

Browse files
committed
Improve GChat message
1 parent 700c84d commit 53896f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
if: failure()
8585
uses: ./.github/actions/send-notification
8686
with:
87-
run-name: ${{ format('{0} | Build and Deploy Docs', github.ref_name) }}
87+
run-name: ${{ vars.COMMERCIAL && format('{0} | Build and Deploy Commerical Docs', github.ref_name) || format('{0} | Build and Deploy OSS Docs', github.ref_name) }}
8888
status: ${{ job.status }}
8989
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}

0 commit comments

Comments
 (0)