Skip to content

Use stdout for actionLogger#40

Merged
cplee merged 1 commit intonektos:masterfrom
marccampbell:stdout
Feb 19, 2019
Merged

Use stdout for actionLogger#40
cplee merged 1 commit intonektos:masterfrom
marccampbell:stdout

Conversation

@marccampbell
Copy link
Copy Markdown
Contributor

Closes #39 by configuring logrus in newActionLogger to send action logs to stdout, instead of stderr, which is the default.

@cplee cplee merged commit c2c6535 into nektos:master Feb 19, 2019
makrsmark pushed a commit to makrsmark/act that referenced this pull request Aug 3, 2023
Fix [#24039(GitHub)](go-gitea/gitea#24039)

At present, if a job fails in the `Set up job`, the result status of the job will still be `success`. The reason is that the `pre` steps don't call `SetJobError`, so the `jobError` will be nil when `post` steps setting the job result. See https://gitea.com/gitea/act/src/commit/5c4a96bcb797c7d013b878f1a3ceb74f9a834c64/pkg/runner/job_executor.go#L99

Reviewed-on: https://gitea.com/gitea/act/pulls/40
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants