Skip to content

Jobs and steps do not have headings in logs when called via workflow_call #26736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
plinss opened this issue Aug 26, 2023 · 1 comment
Open
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@plinss
Copy link

plinss commented Aug 26, 2023

Description

When a workflow is included via a uses: and triggered via workflow_call the jobs and steps from the included workflow do not have headers in the job log.

The output of the jobs are logged normally, but the only headers visible are 'Set up job' and 'Complete job', this makes it difficult to see any failures as the user needs to dig through all the 'Set up job' output.

See example at: https://github.com/plinss/action_test

Gitea Version

1.20.3 (also reproduced in nightly built on 2023-08-24)

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

Screenshot 2023-08-25 at 10 59 24 PM

Git Version

2.39.2

Operating System

Debian Bookworm

How are you running Gitea?

Built, running as systemd service

Database

PostgreSQL

@corytodd
Copy link
Contributor

We just added a workflow_call on a repo and noticed this as well.

Relates to #26187 and #24604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

3 participants