From 0f2d95cd2e2d29ee3409e7eaab4d9f594638c6d8 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Nov 2023 09:56:37 +0100 Subject: [PATCH] Test message --- .github/workflows/check-oss-contributor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-oss-contributor.yml b/.github/workflows/check-oss-contributor.yml index 01cb87656b..da5036b530 100644 --- a/.github/workflows/check-oss-contributor.yml +++ b/.github/workflows/check-oss-contributor.yml @@ -33,4 +33,7 @@ jobs: with: webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }} embed-title: "[TEST] OSS checks failed in master" - content: "The OSS build is failing on master. SHA: ${{ steps.set_sha.outputs.sha }}, link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" + 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 }}`