github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

[Core feature request] Allow passing non-string outputs to inputs

Open krzema12 opened this issue 2 years ago • 1 comments

What feature do you need? If an action returns e. g. an integer as its output, I'd like to be able to pass it as input to another action in a type-safe manner.

Do you have an example usage? Best if a YAML snippet is pasted here, or if your project is open-source, an URL to your workflow. TODO

krzema12 avatar Feb 06 '22 16:02 krzema12

Maybe something like this until denotable union types are supported and then unifying the fields: https://github.com/Vampire/github-workflows-kt/commit/87efab0e297cfceea5deebce256f75887101e331

Vampire avatar Jan 25 '23 10:01 Vampire