Fix potential log panic #82
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Zettat123/act_runner:bugfix/log-panic"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
If a job uses a reusable workflow, the job's steps sequence will be empty.
But in log reporter, we don't check the length of
r.state.Steps
, which may cause panic.Should this be sent upstream?
I don't think so. Because this bug only exists in the logger of
act_runner
, not inact
.Reviewers