Skip to content

Commit 440af1f

Browse files
committed
Add file name to README examples
1 parent 5fb5d01 commit 440af1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Default:
108108

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

111+
`.github/workflows/ci.yml`
112+
111113
```yml
112114
name: Continuous Integration
113115
@@ -158,8 +160,10 @@ jobs:
158160
This example will send an event to PagerDuty when an issue with a specific label
159161
is opened:
160162

163+
`.github/workflows/vuln-alert.yml`
164+
161165
```yml
162-
name: lead handler
166+
name: vuln alert
163167
164168
on:
165169
issues:

0 commit comments

Comments
 (0)