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

Document how to supply multi-value input for access_token_scopes #380

Closed

Conversation

Velociraptor
Copy link

Because GitHub Actions has a limitation that YAML arrays cannot be used as inputs (which is a wild choice on their part IMO), different actions each have their own strategy for accepting multi-value inputs. There doesn't seem to be a standard approach, for instance get-secretmanager-secrets parses secrets as a multi-line input with each secret on a new line, whereas this repo parses list inputs as a single-line comma-separated list.

I found it confusing that the documentation just says "List" and you have to dig into the code to find the parseCSV to tell how a multi-value input should be provided for this input.

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

Successfully merging this pull request may close these issues.

None yet

1 participant