Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GHARBIyasmine authored Dec 2, 2024
1 parent 318886a commit 43c941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
if [[ "$CURRENT_COUNT" -gt "$BASELINE_COUNT" ]]; then
echo "::warning::Category '$category' count increased from $BASELINE_COUNT to $CURRENT_COUNT."
elif [[ "$CURRENT_COUNT" -lt "$BASELINE_COUNT" ]]; then
echo "Category '$category' count decreased from $BASELINE_COUNT to $CURRENT_COUNT. Improvement noted."
echo "::warning::Category '$category' count decreased from $BASELINE_COUNT to $CURRENT_COUNT. Improvement noted. Issue Still persists"
else
echo "::warning::Category '$category' count remains the same: $CURRENT_COUNT. Persistent issue."
fi
Expand Down

0 comments on commit 43c941f

Please sign in to comment.