Skip to content

Commit b2c9d77

Browse files
committed
[update-icons.yml] Update commit emoji
1 parent 141d923 commit b2c9d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git add ./src/Lucide.Avalonia/LucideIconKind.cs
4040
git add ./src/Lucide.Avalonia/Metadata/LucideIconInfo.cs
4141
if [ -n "$(git diff --cached --name-only)" ]; then
42-
git commit -m " Update Icon Collection"
42+
git commit -m "🔄 Update Icon Collection"
4343
git push
4444
else
4545
echo "No changes to commit"

0 commit comments

Comments
 (0)