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

Commit

Permalink
build: Remove angle brackets from workflow error message (#1269)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timmc-edx authored Feb 6, 2024
1 parent 66d27b9 commit 8fc5a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
to: [email protected]
from: github-actions <[email protected]>
body: |
Devstack provisioning tests in ${{github.repository}} for ${{matrix.services}} failed! For details see <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}>.
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
Expand Down

0 comments on commit 8fc5a9f

Please sign in to comment.