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

Platforms input list should be quoted #39

Closed
sjberman opened this issue Aug 27, 2024 · 0 comments · Fixed by #42
Closed

Platforms input list should be quoted #39

sjberman opened this issue Aug 27, 2024 · 0 comments · Fixed by #42

Comments

@sjberman
Copy link

A user of the action can supply platforms: "linux/arm64, linux/amd64" (note the space between the two platforms), but the double quotes are not persisted to the script call: platforms=${{ inputs.platforms }}. This will result in an error line 1: linux/amd64: No such file or directory.

If whitespace between platforms is to be supported, then quotes should be added to this input when calling the script.

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

Successfully merging a pull request may close this issue.

1 participant