From d0e86055d47baa92d02080a56db7eba62e29ae84 Mon Sep 17 00:00:00 2001 From: KocsisV Date: Thu, 7 Sep 2023 11:27:18 +0200 Subject: [PATCH] EAVPD-94 has -> have --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ba2ff35..bae9297 100644 --- a/action.yml +++ b/action.yml @@ -160,11 +160,11 @@ runs: if ( $numRules -eq $numRulesWithOccurrences ) { - $msg += "All ($numRules) rules has occurrences in the model.`r`n" + $msg += "All ($numRules) rules have occurrences in the model.`r`n" } else { - $msg += "Out of the $numRules rules, $numRulesWithOccurrences has occurrences.`r`n" + $msg += "Out of the $numRules rules, $numRulesWithOccurrences have occurrences.`r`n" } } else