Skip to content

Commit cdefda1

Browse files
committed
fix comment
1 parent bb85519 commit cdefda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/actions/workflows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ func matchWorkflowRunEvent(payload *api.WorkflowRunPayload, evt *jobparser.Event
747747
matchTimes++
748748
}
749749
default:
750-
log.Warn("package event unsupported condition %q", cond)
750+
log.Warn("workflow run event unsupported condition %q", cond)
751751
}
752752
}
753753
return matchTimes == len(evt.Acts())

0 commit comments

Comments
 (0)