-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feature request to provide and option to checkout code outside of $GITHUB_WORKSPACE #327
Comments
Does setting the - name: Checkout code
uses: actions/checkout@v2
with:
path: /home/runner/go |
Hi @intolerance above does not work. I get the below error.
The error is getting generated from here I guess Line 49 in 1433f62
|
Duplicate of #197 |
LebedevRI
added a commit
to LebedevRI/checkout
that referenced
this issue
Nov 14, 2020
Fixes actions#327, Fixes actions#197. And i also hit this.
LebedevRI
added a commit
to LebedevRI/checkout
that referenced
this issue
Nov 14, 2020
Fixes actions#327, Fixes actions#197. And i also hit this.
LebedevRI
added a commit
to LebedevRI/checkout
that referenced
this issue
Nov 14, 2020
Fixes actions#327, Fixes actions#197. And i also hit this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to make a feature request. I wanted to use this action for my project which is written in golang. I want to place my code in the
/home/runner/go
with thepath
option instead of$GITHUB_WORKSPACE
which is not possible as of today.Can someone guide me, how we can do that if it is possible? Otherwise, I would request to have a feature for that.
The text was updated successfully, but these errors were encountered: