-
Notifications
You must be signed in to change notification settings - Fork 2
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
Review current output types #30
Comments
@Vampire As discussed offline, I'm all for making it right! Just one question: |
BTW, my one-liner for generating the list is |
I did have contributed it, but you removed it again as upstream PR was accepted in time a week ago :-) But that's is probably the only error in my list. You have to add ^ as start of your pattern or you get inputs and outputs called outputs in the result. My one-liner for the list was similar. :-) |
This is my one-liner to right away get the checkboxes / task list: |
These 85 of 139 current typing files have outputs defined.
They should be verified for correct type, now that maybe we soon get typed outputs support in github-workflows-kt :-)
As changing those types is a potentially breaking change, it should best be done before the v3 release that make the Maven bindings stable and mandatory.
If they cannot be reviewed in time, maybe the outputs should be removed from the typing as you then get only the
_Untyped
fields and then later defining the correct type will be a backwards compatible change.The text was updated successfully, but these errors were encountered: