Skip to content

Commit

Permalink
link to failed job
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Oct 10, 2024
1 parent 13a2469 commit c20f9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
payload: |
{
"username": "Terraform Provider CI",
"text": ":rotating_light: The scheduled test suite run failed for the US region.\n\n<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow Run>",
"text": ":rotating_light: The scheduled test suite run failed for the US region.\n\n<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}|View Failed Job>",
"icon_emoji": ":terraform-fall-down:"
}
env:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
payload: |
{
"username": "Terraform Provider CI",
"text": ":rotating_light: The scheduled test suite run failed for the EU region.\n\n<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow Run>",
"text": ":rotating_light: The scheduled test suite run failed for the EU region.\n\n<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}|View Failed Job>",
"icon_emoji": ":terraform-fall-down:"
}
env:
Expand Down

0 comments on commit c20f9ff

Please sign in to comment.