Commit 48caa85
authored
Fix path to diff-check in action.yml (#5)
It was previously assumed that `$GITHUB_PATH` affected the `$PATH`
lookup but this wasn't actually the case and so the command could never
be run.
Instead, this uses `$GITHUB_ACTION_PATH` (which is the path to the
action cached on the runner) to built out a full path for `diff-check`
instead, which is also simpler.
Fixes #4.1 parent 5827fdd commit 48caa85
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | | - | |
0 commit comments