Skip to content

Commit aeecebc

Browse files
authored
Update 2_bug_report.md
1 parent cf651f3 commit aeecebc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/2_bug_report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ assignees: peaceiris
1212

1313
**To Reproduce**
1414

15+
Set `RUNNER_DEBUG: 1` as follows:
16+
17+
```yaml
18+
- name: Label Commenter
19+
uses: peaceiris/actions-label-commenter@v1
20+
env:
21+
RUNNER_DEBUG: 1
22+
```
23+
1524
Steps to reproduce the behavior:
1625
1726
1. Go to '...'

0 commit comments

Comments
 (0)