Skip to content

Commit ef1184d

Browse files
authored
Add raw tags for issue_comment example (#1373)
1 parent 8f08c3b commit ef1184d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ The `issue_comment` event occurs for comments on both issues and pull requests.
327327

328328
For example, you can choose to run the `pr_commented` job when comment events occur in a pull request, and the `issue_commented` job when comment events occur in an issue.
329329

330+
{% raw %}
330331
```yaml
331332
on: issue_comment
332333
@@ -349,6 +350,7 @@ jobs:
349350
- run: |
350351
echo "Comment on issue #${{ github.event.issue.number }}"
351352
```
353+
{% endraw %}
352354

353355
#### `issues`
354356

0 commit comments

Comments
 (0)