Skip to content

Commit 3c75bad

Browse files
committed
Fix CodeQL warning
1 parent 879272a commit 3c75bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/gh_post_steps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func evaluatePostIf(c *ExecutionState, step PostStep) bool {
100100
evaluator := NewEvaluator(c)
101101
result, err := evaluator.Evaluate(condition)
102102
if err != nil {
103-
utils.LogErr.Errorf("Failed to evaluate post-if condition for %s: %v\n", step.ActionName, err)
103+
utils.LogErr.Errorf("Failed to evaluate post-if condition for %s\n", step.ActionName)
104104
return false
105105
}
106106

0 commit comments

Comments
 (0)