fix: ensure messages follow semantic guidelines
This commit is contained in:
4
.github/workflows/compress_icons.yml
vendored
4
.github/workflows/compress_icons.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user