forked from actions-rs/audit-check
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make working-directory
configurable
#14
Comments
Would love to see this! |
Is there a workaround for this? |
@d0x2f I created my own reusable workflow where I allow the working-dir to be overwritten :) I don't think its possible with this action at the moment. |
Any updates on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a polyglot project with a backend in rust under
./backend
and a frontend in elm. The project does not have aCargo.toml
orCargo.lock
in the project root. This causes the action to fail.For other actions, I can overwrite the
working-directory
to fix this problem:It would be nice to have an option for the audit action to run in a subdirectory.
The text was updated successfully, but these errors were encountered: