diff --git a/.github/workflows/synthetic-monitoring-production.yml b/.github/workflows/synthetic-monitoring-production.yml index 5d234dda57..8cd11b9658 100644 --- a/.github/workflows/synthetic-monitoring-production.yml +++ b/.github/workflows/synthetic-monitoring-production.yml @@ -34,7 +34,7 @@ jobs: with: payload: | { - "text": ":warning: Synthetic Monitoring failed for *Pokeshop Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" + "text": ":warning: Synthetic Monitoring failed for *Pokeshop Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" } env: SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }} @@ -66,7 +66,7 @@ jobs: with: payload: | { - "text": ":warning: Synthetic Monitoring failed for *Serverless Pokeshop Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" + "text": ":warning: Synthetic Monitoring failed for *Serverless Pokeshop Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" } env: SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }} @@ -98,7 +98,7 @@ jobs: with: payload: | { - "text": ":warning: Synthetic Monitoring failed for *OTel Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" + "text": ":warning: Synthetic Monitoring failed for *OTel Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" } env: SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }} @@ -116,7 +116,7 @@ jobs: with: payload: | { - "text": ":red_circle: :loudspeaker: *All synthetic monitoring crashed on production!* Pipeline: \n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" + "text": ":red_circle: :loudspeaker: \n*All synthetic monitoring crashed on production!* \n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>" } env: SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }}