mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1496] [MERGED] feat: JobLoggerFactory #1968
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1496
Author: @ChristopherHX
Created: 12/8/2022
Status: ✅ Merged
Merged: 12/9/2022
Merged by: @mergify[bot]
Base:
master← Head:feat-jobloggerfactory📝 Commits (1)
5a5c1a5feat: JobLoggerFactory📊 Changes
2 files changed (+62 additions, -35 deletions)
View changed files
📝
pkg/runner/logger.go(+46 -32)📝
pkg/runner/runner_test.go(+16 -3)📄 Description
captureOutput is unsafe and causes a deadlock in https://github.com/nektos/act/pull/1472
I tested merging this change into #1472 and it unblocks the failing test.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.