You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that the hello-world action can be used correctly, but actually, It seems that GITHUB_WORKSPACE and github.workspace are different, and GitHub Actions tries to find my action in github.workspace.
Relevant issues:
GITHUB_WORKSPACE
andgithub.workspace
are different when running in container checkout#785Describe the bug
As the title stated, how to use an action in the same repo when the step is running in a container?
To Reproduce
Here is a minimal repro:
Repository file structure:
main-workflow.yml:
sub-workflow.yml, which is a reusable workflow:
Expected behavior
I expect that the
hello-world
action can be used correctly, but actually, It seems thatGITHUB_WORKSPACE
andgithub.workspace
are different, and GitHub Actions tries to find my action ingithub.workspace
.The doc says:
Runner Version and Platform
self-hosted runner
What's not working?
https://github.com/cosdt/pytorch-integration-tests/actions/runs/12295364230
Job Log Output
https://github.com/cosdt/pytorch-integration-tests/actions/runs/12295364230
Runner and Worker's Diagnostic Logs
The text was updated successfully, but these errors were encountered: