Add pull command before pushing changes in workflow
All checks were successful
Run Scraper / scrape (push) Successful in 17s

This commit is contained in:
2025-05-19 05:27:27 +02:00
parent ca12691864
commit 9f4ecdea52

View File

@ -50,4 +50,5 @@ jobs:
git config user.email "tlovinator@gmail.com"
git add .
git commit -m "Updated files: ${{ steps.get_modified_files.outputs.files }}" || echo "No changes to commit"
git pull --rebase https://${{ secrets.REPO_WRITE_PAT }}@git.lovinator.space/TheLovinator/wutheringwaves.git master
git push https://${{ secrets.REPO_WRITE_PAT }}@git.lovinator.space/TheLovinator/wutheringwaves.git HEAD:master