Replies: 1 comment 1 reply
-
There was also a great suggestion in the issues, but was closed with a request to move it to the discussions: actions/runner#1311 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm transitioning from a multistep workflow job with a single-step composite action to a single-step workflow job with a multi-step composite action.
When one uses multiple steps in a workflow, each step gets its own expando widget, and generally only the interesting step is expanded.
When I switched, while the GHA implementation details for retrieving the actions used in the composite steps are grouped (and collapsed), the general output from the steps are inlined w/ the rest of my action.
https://github.com/check-spelling/openrc/runs/6039482591?check_suite_focus=true#step:2:550
Here,
▶Run actions/upload-artifact@v3
is the beginning of a new step in the composite actionI'd love for the action phases to be treated like this instead:
actions/upload-artifact@v3
Run actions/upload-artifact@v3
Beta Was this translation helpful? Give feedback.
All reactions