Commit 5b0967f
committed
fix: Add checkout step to coverage-report job
The coverage-report job was failing on fork PRs with:
'The current working directory is not inside a git repository'
The fgrosse/go-coverage-report action needs the repository
checked out to function properly. Added checkout step before
the coverage report action.
Fixes workflow failures on external contributor PRs.1 parent 4bbe76a commit 5b0967f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments