zuerst pullen und dann pushen

This commit is contained in:
dewomser 2024-11-11 00:52:08 +01:00 committed by GitHub
parent c9e0798ac6
commit 1c1ff68911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ jobs:
# Die Änderungen committen und pushen
git config --global user.name "dewomser"
git config --global user.email "webmaster@untergang.de"
git pull
git add README.md wetter2.png
git commit -m "Wettervorhersage aktualisiert"
git push