We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700c84d commit 53896f2Copy full SHA for 53896f2
.github/workflows/deploy-docs.yml
@@ -84,6 +84,6 @@ jobs:
84
if: failure()
85
uses: ./.github/actions/send-notification
86
with:
87
- 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) }}
88
status: ${{ job.status }}
89
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
0 commit comments