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

Add support inputs type: number #316

Closed
nowsprinting opened this issue Jun 27, 2023 · 2 comments
Closed

Add support inputs type: number #316

nowsprinting opened this issue Jun 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nowsprinting
Copy link

Not supported inputs type number.

See: https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context

e.g.,

.github/workflows/example.yml:17:15: input type of workflow_dispatch event must be one of "string", "boolean", "choice", "environment" but got "number" [syntax-check]
@rhysd
Copy link
Owner

rhysd commented Jun 28, 2023

Thanks for reporting this. I didn't notice number type was newly added. At the first release of workflow_dispatch event, it didn't support number.

@rhysd rhysd added the bug Something isn't working label Jun 28, 2023
@rhysd rhysd closed this as completed in 12c0a88 Jun 28, 2023
@nowsprinting
Copy link
Author

Thanks!

I didn't notice number type was newly added.

Me too. I learned about it yesterday.

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

2 participants