Skip to content

Commit 94406e8

Browse files
committed
fix: swallow problem matchers
1 parent fb393d3 commit 94406e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

githubactions/workflow_command_writer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (w *workflowCommandWriter) Write(p []byte) (int, error) {
143143

144144
//nolint:revive
145145
if len(line) == 0 || strings.HasPrefix(line, "##[add-matcher]") {
146+
continue // We can't do anything with problem matchers.
146147
} else if c, err := ParseWorkflowCommandString(line); err == nil {
147148
b = w.handleCommand(c)
148149
}

0 commit comments

Comments
 (0)