From 29cb062ffa319bbe859b15cf984dc82761efac4b Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 5 Jan 2025 00:53:08 +0100 Subject: [PATCH] ci: update ci commit messages Signed-off-by: Bjorn Lammers --- .github/workflows/compress_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compress_icons.yml b/.github/workflows/compress_icons.yml index 4a2156e8f..5e176d4dd 100644 --- a/.github/workflows/compress_icons.yml +++ b/.github/workflows/compress_icons.yml @@ -43,6 +43,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 ":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 }}