Skip to content

Commit 0f504ec

Browse files
authored
Update README.md (#75)
fix: event to event_name
1 parent 4ebf70e commit 0f504ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can use any combination of conditions. For example, to assign new issues or
7474
...
7575

7676
if: |
77-
github.event == 'issue' &&
77+
github.event_name == 'issues' &&
7878
(
7979
github.event.action == 'opened' ||
8080
contains(github.event.issue.labels.*.name, 'mylabel')

0 commit comments

Comments
 (0)