1
0
Fork 0

💚 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:21 +02:00 committed by GitHub
parent 16fe892f8d
commit 4eef36b26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,4 +28,5 @@ jobs:
git config --global user.name "Dashboard Icons Bot"
git add -A
git commit -m ":clamp: Compresses PNGs" || exit 0
git pull
git push