you can pass a custom outputs class to `uses` .. n...
# github-workflows-kt
n
you can pass a custom outputs class to
uses
.. not sure about
run
🧵 1
or at least that used to be possible.. right now it seems like that functionality got removed
what you want to do is set a
id
on your
run
step and then access it via
steps.$id.outputs.compat
c
thanks, that is a decent workaround.
p
You can also retrieve the default oridinal ID set by the library, you don't have to set it explicitly