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

Action stucks with wrong working directory path #7

Open
vbuberen opened this issue Jan 14, 2022 · 1 comment
Open

Action stucks with wrong working directory path #7

vbuberen opened this issue Jan 14, 2022 · 1 comment

Comments

@vbuberen
Copy link

Looks like in some cases Action can't properly detect packages to analyze and just stucks forever not showing any information.

Tried to add this Action to PlusPlugins repo and couldn't understand why it was cancelled by timeout if without action analyze step took just a few minutes:
https://github.com/fluttercommunity/plus_plugins/runs/4822359967?check_suite_focus=true
https://github.com/fluttercommunity/plus_plugins/runs/4809818941?check_suite_focus=true

I fixed the issue by specifying working directory as ./packages for that repo, but, I guess, it would be better if Action would fail in case it can't find project to analyze or at least provide some logs about ongoing process, so it would be easier to detect what is going on.

P.S. Thanks for such a useful Action!

@SiegfriedGY
Copy link

Warning: Unexpected input(s) 'working-directory', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants