You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, while Javascript actions do not have to declare where an output's value comes from, a composite action must do so and can only refer to an output of one of their steps to return.
AFAICS, the only way to support his is to rewrite the action in Javascript. That should be quite easy, actually.
Describe the bug
Outputs are not propagated to next steps
To Reproduce
Expected behavior
what
should be displayed in the Github Action logs.If we do the same thing without
tweag/run-nix-shell
then it works as expected.Environment
The text was updated successfully, but these errors were encountered: