Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 8fc5a9f

Browse files
authored
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.
1 parent 66d27b9 commit 8fc5a9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/provisioning-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
to: devstack-provisioning-tests@2u-internal.opsgenie.net
9393
from: github-actions <github-actions@edx.org>
9494
body: |
95-
Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed! For details see <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}>.
95+
Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed!
96+
For details, see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
9697
Runbook url: https://2u-internal.atlassian.net/wiki/spaces/AT/pages/16384920/Failure+Devstack+provisioning+tests+-+Runbook
9798
9899
- name: close alerts on success

0 commit comments

Comments
 (0)