mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-03 07:33:28 +02:00
Add pull command before pushing changes in workflow
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user