fix: ensure messages follow semantic guidelines

This commit is contained in:
Bjorn Lammers
2025-01-05 02:45:13 +01:00
parent 8316b472d1
commit 1ae3dcdb29
3 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
name: Compress Icons 🗜️
name: Compress Icons
on:
schedule:
@@ -52,6 +52,6 @@ jobs:
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add png/ svg/ webp/
git commit -m "ci: github-actions: compress icons" || exit 0
git commit -m "ci(github-actions): compress icons" || exit 0
git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }}