-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made dedup_key usage consistent with integration key
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Sends a critical PagerDuty alert, e.g. on action failure. | |
|
||
**Required:** the integration key for your PagerDuty service | ||
|
||
`dedup_key` | ||
`pagerduty-dedup-key` | ||
|
||
**Optional:** a `dedup_key` for your alert. This will enable PagerDuty to coalesce multiple alerts into one. | ||
More documentation is available [here](https://developer.pagerduty.com/docs/events-api-v2/trigger-events/). | ||
|
@@ -30,5 +30,5 @@ In your `steps`: | |
uses: Entle/[email protected] | ||
with: | ||
pagerduty-integration-key: '${{ secrets.PAGERDUTY_INTEGRATION_KEY }}' | ||
dedup_key: github_workflow_failed | ||
pagerduty-dedup-key: github_workflow_failed | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters