Commit e4f9c84
fix(ci): hypatia-scan working-directory uses shell $HOME not env.HOME
${{ env.HOME }} is not set in GitHub Actions context, causing
working-directory to resolve to /hypatia instead of /home/runner/hypatia.
Use cd "$HOME/hypatia" in the run block instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e081fb2 commit e4f9c84
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments