Add pull command before pushing changes in workflow
All checks were successful
Run Scraper / scrape (push) Successful in 17s
All checks were successful
Run Scraper / scrape (push) Successful in 17s
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