you can pass a custom outputs class to `uses` .. not sure about `run`
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