mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-22 11:23:38 +01:00
💚 Adds git pull before pushing
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
parent
0b0b4f2427
commit
16fe892f8d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/svg-compression.yml
vendored
1
.github/workflows/svg-compression.yml
vendored
|
@ -28,4 +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 push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue