mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-13 07:07:59 +01:00
🚚 Rename workflow
This commit is contained in:
parent
604f2f8aa0
commit
de7f47ffc9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/convert_svg_assets.yml
vendored
4
.github/workflows/convert_svg_assets.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Convert SVG Assets 🔄
|
||||
name: Convert SVG Assets ♻️
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -38,6 +38,6 @@ 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 }}
|
||||
|
|
Loading…
Reference in a new issue