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

Proper types for all inputs #3590

Open
gabrieljones opened this issue Nov 22, 2024 · 0 comments
Open

Proper types for all inputs #3590

gabrieljones opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gabrieljones
Copy link

gabrieljones commented Nov 22, 2024

Describe the bug
Proper types for all inputs.
Different inputs contexts have different sets of supported types.
Lack of array or object types.
Impairs workflow composability, maintainability, and security.

To Reproduce

workflow_call supports type with boolean, number, or string
workflow_dispatch supports type with boolean, choice, number, or string
Action inputs: no types at all
https://blog.yossarian.net/2023/09/22/GitHub-Actions-could-be-so-much-better#:~:text=Real%20types%20would%20be%20nice

Expected behavior
Same set of supported types for all inputs contexts.
Add array and object types.

@gabrieljones gabrieljones added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant