Skip to content

Commit

Permalink
ci: Remove erroneous commas in pager duty workflow alert (#16944)
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarkerSL authored Dec 6, 2024
1 parent 341ed56 commit a838b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zxcron-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
}
},
"routing_key": "${{ secrets.PAGERDUTY_CITR_INTEGRATION_KEY }}",
"event_action": "trigger",
"event_action": "trigger"
}'
- name: Report failure (slack)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxcron-promote-build-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
}
},
"routing_key": "${{ secrets.PAGERDUTY_CITR_INTEGRATION_KEY }}",
"event_action": "trigger",
"event_action": "trigger"
}'
- name: Report failure (slack)
Expand Down

0 comments on commit a838b95

Please sign in to comment.