diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 68f7554..75a5c5a 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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