Skip to content

Commit

Permalink
Add file name to README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ACyphus committed Jul 16, 2024
1 parent 5fb5d01 commit 440af1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Default:

This example will send an event to PagerDuty if any CI tests fail:

`.github/workflows/ci.yml`

```yml
name: Continuous Integration
Expand Down Expand Up @@ -158,8 +160,10 @@ jobs:
This example will send an event to PagerDuty when an issue with a specific label
is opened:

`.github/workflows/vuln-alert.yml`

```yml
name: lead handler
name: vuln alert
on:
issues:
Expand Down

0 comments on commit 440af1f

Please sign in to comment.