You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Close OpsGenie Alert
v1.2
This action closes OpsGenie alert by providing an alert alias
api_key
Required The api key provided by OpsGenie integration.
alias
Required The alias of the alert we want to close.
user
The actor of the close operation, by default it will be github-action
note
An added note to the close operation.
uses: rockem/close-opsgenie-alert-action@v1.2
with:
api_key: ${{ secrets.OPSGENIE_API_KEY }}
alias: alert-alias
user: kuku@gmail.com
note: Closing alert as it's not relevant any more