Skip to content

Commit 88af025

Browse files
committed
Add emoji
1 parent f9f29f9 commit 88af025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-message-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Output issues
107107
if [[ ${#ISSUES[@]} -gt 0 ]]; then
108108
HAS_ISSUES=true
109-
echo "#### Suggestions:" >> $GITHUB_STEP_SUMMARY
109+
echo "#### ⚠️ Suggestions:" >> $GITHUB_STEP_SUMMARY
110110
for issue in "${ISSUES[@]}"; do
111111
echo "$issue" >> $GITHUB_STEP_SUMMARY
112112
done

0 commit comments

Comments
 (0)