Skip to content

Commit

Permalink
feat: Added alert id as an output to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
rockem committed May 4, 2024
1 parent 4ce465e commit 0209422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
api_key: ${{ secrets.OPSGENIE_API_KEY }}
message: ${{ env.REQUIRED_VALUES_MESSAGE }}

- name: Throttle requests to opsgenie
run: sleep 2

- name: Assert required values alert created
env:
OPSGENIE_API_KEY: ${{ secrets.OPSGENIE_API_KEY }}
Expand Down

0 comments on commit 0209422

Please sign in to comment.