Skip to content

Commit 76c0ca4

Browse files
authored
Merge pull request #25 from jeremyeder/fix-template-path-correct
Fix template path in Backlog Triage workflow
2 parents 13c5bcd + 8a4e50f commit 76c0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
from datetime import datetime
163163
164164
# Read template
165-
with open('workflows/triage/templates/report.html', 'r') as f:
165+
with open('workflows/workflows/triage/templates/report.html', 'r') as f:
166166
template = f.read()
167167
168168
# Read triaged issues

0 commit comments

Comments
 (0)