Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace github.action_path into GITHUB_ACTION_PATH #23

Conversation

SSW-SCIENTIFIC
Copy link
Contributor

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.

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.
@unfor19 unfor19 merged commit 46282f1 into unfor19:master Jun 12, 2023
@unfor19
Copy link
Owner

unfor19 commented Jun 12, 2023

@SSW-SCIENTIFIC great, thank you for your contribution

@SSW-SCIENTIFIC SSW-SCIENTIFIC deleted the feature/modify-to-work-in-containers-on-self-hosted-runners branch June 15, 2023 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants