Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohJonker authored Jan 6, 2025
1 parent 4623ebf commit a8da429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Adding this to your `steps` will send a PagerDuty alert if the job fails. It is
```yaml
- name: Send PagerDuty alert on failure
if: ${{ failure() }}
uses: Entle/[email protected].2
uses: Entle/[email protected].3
with:
pagerduty-integration-key: '${{ secrets.PAGERDUTY_INTEGRATION_KEY }}'
pagerduty-dedup-key: github_workflow_failed
Expand All @@ -52,7 +52,7 @@ Optionally, add the below step after the one above to resolve the alert if a sub
```yaml
- name: Resolve PagerDuty alert on success
if: ${{ !failure() && !cancelled() }}
uses: Entle/[email protected].2
uses: Entle/[email protected].3
with:
pagerduty-integration-key: '${{ secrets.PAGERDUTY_INTEGRATION_KEY }}'
pagerduty-dedup-key: github_workflow_failed
Expand Down

0 comments on commit a8da429

Please sign in to comment.