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

[error]One of your files includes a space. #12

Open
pforrence-inquirer opened this issue Sep 21, 2020 · 5 comments
Open

[error]One of your files includes a space. #12

pforrence-inquirer opened this issue Sep 21, 2020 · 5 comments

Comments

@pforrence-inquirer
Copy link

##[error]One of your files includes a space. Consider using a different output format or removing spaces from your filenames. Please submit an issue on this action's GitHub repo.

When a filename contains a space, the setup fails.

@sean-krail
Copy link
Contributor

sean-krail commented Sep 22, 2020

Hey @pforrence-inquirer, try using the csv or json output formats if your file names contain spaces. There's examples in the README on how to do that.

@pforrence-inquirer
Copy link
Author

@sean-krail thank you! I'll give it a go

@pbek
Copy link

pbek commented Nov 10, 2020

try using the csv or json output formats if your file names contain spaces. There's examples in the README on how to do that.

Unfortunately that doesn't work under macOS, #15 😞

@pforrence-inquirer
Copy link
Author

pforrence-inquirer commented Nov 11, 2020

It worked for me. If you're doing it in a github action I believe you can specify a unix/linux box

see below!

jobs:
  build:
    runs-on: ubuntu-latest

@pbek
Copy link

pbek commented Nov 11, 2020

It worked for me. If you're doing it in a github action I believe you can specify a unix/linux box

yes, it works under Windows (when using bash) and Linux, but not under macOS (but I found a workaround in #15)

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

No branches or pull requests

3 participants