From 31ed736e95eaebe7a9b3cd04dfd91f0c3b67a56b Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 20 Oct 2024 20:11:16 +0200 Subject: [PATCH] :green_heart: Fixes commit emoji --- .github/workflows/update_icons_and_resources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index 298310f1..277fa13e 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -29,7 +29,7 @@ jobs: run: | pip install cairosvg pillow - - name: Run SVG to PNG and WEBP Conversion 🎨 + - name: Run SVG to PNG and WEBP Conversion ♻️ run: python scripts/convert_svg_assets.py - name: Commit and Push Changes 📤 @@ -37,7 +37,7 @@ jobs: git config --global user.email "noreply@lammers.media" git config --global user.name "Dashboard Icons Bot" git add png/ webp/ - git commit -m ":counterclockwise_arrows: Convert SVG assets to PNG and WEBP" || exit 0 + git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }}