1
0
Fork 0
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:
Bjorn Lammers 2023-04-17 12:22:17 +02:00 committed by GitHub
parent 0b0b4f2427
commit 16fe892f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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