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

Update action.yml about GITHUB_ACTION_PATH #7

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

xlionjuan
Copy link
Contributor

Fix: actions/runner#716 (comment)

The OP encountered No such file or directory when using self-hosted runners, I encounter this too by running in the container, changing ${{ github.action_path }} to ${GITHUB_ACTION_PATH} fixed the problem and won't affect GitHub hosted runners.

@morph027 morph027 merged commit 8179818 into morph027:main Oct 20, 2024
1 check passed
@morph027
Copy link
Owner

Thank you!

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.

${{ github.action_path }} makes no sense when action is run inside self-hosted custom container.
2 participants