Commit 8a4e50f
committed
Fix template path - should be workflows/workflows/triage/
The checkout action with 'path: workflows' creates this structure:
- workflows/ (root of checked out repo)
- workflows/workflows/ (the workflows/ dir inside the repo)
- workflows/workflows/triage/ (the triage workflow)
So the template is at workflows/workflows/triage/templates/report.html,
not workflows/triage/templates/report.html.
Fixes: https://github.com/ambient-code/workflows/actions/runs/21152110683
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 13c5bcd commit 8a4e50f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments