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
{{ message }}
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
I've tried to deploy my test stack residing in subdir of my Github repository. Working_dir in yaml is set to point on that subdir.
Steps in yaml-file are still unable to cd to working_dir which seems to be /github/workspace/. I think there might be something odd with ${GITHUB_WORKSPACE}, which is used in entrypoint.sh. If I check ${GITHUB_WORKSPACE} from my yaml it points to /home/runner/work//reponame>/, not to /github/workspace/. What I've missed?
The text was updated successfully, but these errors were encountered:
This fixed the issue for me. For anyone in the future, the repository property is optional and will default to the current repo if left empty which is presumably the expected behavior in most cases.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've tried to deploy my test stack residing in subdir of my Github repository. Working_dir in yaml is set to point on that subdir.
Steps in yaml-file are still unable to cd to working_dir which seems to be /github/workspace/. I think there might be something odd with ${GITHUB_WORKSPACE}, which is used in entrypoint.sh. If I check ${GITHUB_WORKSPACE} from my yaml it points to /home/runner/work//reponame>/, not to /github/workspace/. What I've missed?
The text was updated successfully, but these errors were encountered: