From 8fc5a9f356c1be1d8789c40454712a43a4974ec7 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 6 Feb 2024 11:04:33 -0500 Subject: [PATCH] build: Remove angle brackets from workflow error message (#1269) Opsgenie doesn't handle angle brackets properly, so work around them by removing all punctuation from around the URL. (I already raised this with their support folks, but they consider this a wontfix.) Also move it to another line for readability in diffs. --- .github/workflows/provisioning-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/provisioning-tests.yml b/.github/workflows/provisioning-tests.yml index f7ece578b5..2c1e8cc9b5 100644 --- a/.github/workflows/provisioning-tests.yml +++ b/.github/workflows/provisioning-tests.yml @@ -92,7 +92,8 @@ jobs: to: devstack-provisioning-tests@2u-internal.opsgenie.net from: github-actions body: | - Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed! For details see . + Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed! + For details, see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} Runbook url: https://2u-internal.atlassian.net/wiki/spaces/AT/pages/16384920/Failure+Devstack+provisioning+tests+-+Runbook - name: close alerts on success