Skip to content

Commit e5d45c8

Browse files
authored
Correcting a typo in code (#3492)
1 parent ca5549b commit e5d45c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
- run: |
344344
echo "Comment on PR #${{ github.event.issue.number }}"
345345
346-
issue-commented:
346+
issue_commented:
347347
# This job only runs for issue comments
348348
name: Issue comment
349349
if: ${{ !github.event.issue.pull_request }}

0 commit comments

Comments
 (0)