mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-25 20:59:20 +01:00
💚 Fixes CI Build
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
parent
58a5f3f29d
commit
12e3afc1f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/svg-compression.yml
vendored
2
.github/workflows/svg-compression.yml
vendored
|
@ -28,5 +28,5 @@ jobs:
|
||||||
git config --global user.name "Dashboard Icons Bot"
|
git config --global user.name "Dashboard Icons Bot"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m ":clamp: Compresses SVGs" || exit 0
|
git commit -m ":clamp: Compresses SVGs" || exit 0
|
||||||
git pull
|
git pull --ff-only
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue