-
Notifications
You must be signed in to change notification settings - Fork 41
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
file_or_dir parameter doesn't accepts multiple files with space separated #26
Comments
@dhimanmohit2548 Can confirm, the output is enclosed in singe quotes and yamllint is treating it as a single string/path. I'll take a look at this ASAP. |
@ibiqlik I tried with the following inputs:
for all these three inputs I received the same error [Errno 2] No such file or directory: '.github/workflows/blank.yml env/auto/ce.yml env/auto/gateway.yml env/auto/notifier.yml' |
@dhimanmohit2548 Can you please give it a try |
@ibiqlik yes this one worked! Thanks! |
Awesome, just made a release. Thanks for reporting it 🙇 |
I was trying to use the action
https://github.com/marketplace/actions/get-all-changed-files
for the files changed and then usingibiqlik/action-yamllint@log-output
but when supplied the output of the actionjitterbit/get-changed-files@v1
to the yaml lint it doesn't work.The text was updated successfully, but these errors were encountered: