actions
actions copied to clipboard
Replace github.action_path to GITHUB_ACTION_PATH in setup
Due to the bug of GitHub Action Runner (https://github.com/actions/runner/issues/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.
Hi @Saliba-san can you please rebase this PR, fix all conflicts and link to some test that proves this works as intended?