-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support working-directory #75
Comments
I believe you have to use |
Thanks @taiki-e , I did end up using that and it worked. |
I thought |
My understanding is that it will only work if you make that part of your action's input. |
Ok, if the native |
GitHub Actions like
runs
support changing theworking-directory
.This is important as many repositories contain more than one project.
I may be missing something, but I can't seem to make the working-dir declared in
defaults
to work with this action.Maybe that's not possible, but it would be nice if at least this action took an optional
working-directory
as input so that if I have a crate under./my-crate/
instead of at the root, I won't get this error:The text was updated successfully, but these errors were encountered: