How do you feed an expression calculated value to ...
# github-workflows-kt
v
How do you feed an expression calculated value to a typed input, for example a boolean input? I guess just with custom arguments for now and for proper support for that we would need denotable union types when they finally get added hopefully.
Or we would need a second
<property>Expression
field for all inputs, at least for all non-string fields.
p
It's not possible in a type-safe way yet, unfortunately. Kinda tracked in https://github.com/krzema12/github-workflows-kt/issues/73
I'm open to concrete ideas how to implement it. I have some mine, but I'd say it's further on my priority list
v
I don't need it right now. Just wondered as it was an example of the Gradle cache action usage.
p
Feel free to put this example in the feature request
v
Nothing too special, just a GHA expression that evaluates to a boolean