Skip to content
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 optional custom working directory #2

Open
agarzola opened this issue Jan 13, 2021 · 0 comments
Open

Support optional custom working directory #2

agarzola opened this issue Jan 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@agarzola
Copy link
Member

Description

Some projects require package manifests and lockfiles in a nested directory (i.e. not the root of the project). For such cases, this action should provide a solution that allows users to indicate which directory within the project should be checked for a lockfile.

Proposed Solution

Add a working-directory argument to the action. This argument should be passed to the script, which should in turn use it to navigate to the appropriate directory (if one is declared).

Alternatives Considered

n/a

Additional Context

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant