mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-13 23:27:57 +01:00
💚 Fixes commit emoji
This commit is contained in:
parent
979ec4ff9e
commit
31ed736e95
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install cairosvg pillow
|
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
|
run: python scripts/convert_svg_assets.py
|
||||||
|
|
||||||
- name: Commit and Push Changes 📤
|
- name: Commit and Push Changes 📤
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
git config --global user.email "noreply@lammers.media"
|
git config --global user.email "noreply@lammers.media"
|
||||||
git config --global user.name "Dashboard Icons Bot"
|
git config --global user.name "Dashboard Icons Bot"
|
||||||
git add png/ webp/
|
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 pull --rebase origin ${{ github.ref_name }}
|
||||||
git push origin HEAD:${{ github.ref_name }}
|
git push origin HEAD:${{ github.ref_name }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue