Skip to content

Commit

Permalink
ci: update ci commit messages
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Lammers <[email protected]>
  • Loading branch information
walkxcode authored Jan 4, 2025
1 parent 95a081d commit 29cb062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compress_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Dashboard Icons Bot"
git add png/ svg/ webp/
git commit -m ":compression: Compress icons" || exit 0
git commit -m "ci: compress icons" || exit 0
git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }}

0 comments on commit 29cb062

Please sign in to comment.