From cf30097710badfeeebb63df48202521b8fbe71ec Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Nov 2023 09:58:09 +0100 Subject: [PATCH] Title change --- .github/workflows/check-oss-contributor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-oss-contributor.yml b/.github/workflows/check-oss-contributor.yml index da5036b530..93f6bcadab 100644 --- a/.github/workflows/check-oss-contributor.yml +++ b/.github/workflows/check-oss-contributor.yml @@ -32,8 +32,7 @@ jobs: uses: tsickert/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }} - embed-title: "[TEST] OSS checks failed in master" + embed-title: 🚨 OSS checks failed in master embed-url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" embed-description: | - 🚨 The OSS build is failing on master ⚠️ Git sha: `${{ steps.set_sha.outputs.sha }}`