go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.16k stars 5.41k forks source link

Improve execution of reusable workflows #26187

Open pmandalka opened 1 year ago

pmandalka commented 1 year ago

Feature Description

I try to create some reusable workflows. After some try and errors, I get the workflow to run as expected. First, I was very confused about the UI in the run: image

because my reusable workflow has multiple steps. image

So I expected to see something like that: image

It seems that the output of every step is in the "Set up job" step, e.g. you can see the "printenv"-step when it's started, it's output (truncated) and if it was successful.

image

Maybe I missed something - if not, this would be a nice feature to better support reusable workflows.

Screenshots

No response

wolfogre commented 1 year ago

Related to #24604

Sharaf5 commented 2 months ago

any update for this one