We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ffc65 commit d0e8605Copy full SHA for d0e8605
1 file changed
action.yml
@@ -160,11 +160,11 @@ runs:
160
161
if ( $numRules -eq $numRulesWithOccurrences )
162
{
163
- $msg += "All ($numRules) rules has occurrences in the model.`r`n"
+ $msg += "All ($numRules) rules have occurrences in the model.`r`n"
164
}
165
else
166
167
- $msg += "Out of the $numRules rules, $numRulesWithOccurrences has occurrences.`r`n"
+ $msg += "Out of the $numRules rules, $numRulesWithOccurrences have occurrences.`r`n"
168
169
170
0 commit comments