Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information