Commit b0b740b
fix(ci): hypatia-scan workdir (${{ env.HOME }} resolves empty) (#14)
`hypatia-scan.yml` Build step used `working-directory: \${{ env.HOME
}}/hypatia`; `env.HOME` is not a workflow env var so it resolved to
`/hypatia` and the job hard-failed. Pinned to `/home/runner/hypatia`
(GitHub ubuntu runner HOME). Unblocks the Hypatia Neurosymbolic Analysis
check estate-wide.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Jonathan D.A. Jewell <67598845+hyperpolymath@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9f9b2d7 commit b0b740b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments