actions icon indicating copy to clipboard operation
actions copied to clipboard

Replace github.action_path to GITHUB_ACTION_PATH in setup

Open Saliba-san opened this issue 2 years ago • 1 comments

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.

Saliba-san avatar Jan 04 '24 01:01 Saliba-san

Hi @Saliba-san can you please rebase this PR, fix all conflicts and link to some test that proves this works as intended?

dotkas avatar Jul 02 '25 08:07 dotkas