Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
github.action_path
into GITHUB_ACTION_PATH
Due to the bug of GitHub Action Runner (actions/runner#716), `github.action_path` context value is not evaluated into valid path in containers on self-hosted runners. The corresponding environment variable `GITHUB_ACTION_PATH` always contains valid path even actions running on self-hosted runners, so this PR replaces `github.action_path` context into `GITHUB_ACTION_PATH` environment variable.
- Loading branch information