Commit 41ae675
fix: Use github.action_path for shared script reference (#60)
The reviewer actions were sourcing the shared extract-result.sh script
using github.workspace, which points to the consuming repo's directory.
This fails when the action is used externally because the script only
exists in constellos-actions.
Changed to github.action_path which correctly references the action's
own directory, allowing the script to be found relative to the action.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent e5a9ba2 commit 41ae675
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments