Fix branch name in push command from 'main' to 'master'

This commit is contained in:
2025-05-16 01:42:51 +02:00
parent 5e61c4813a
commit 5814ebe2a0

View File

@ -46,4 +46,4 @@ 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 push https://${{ secrets.REPO_WRITE_PAT }}@git.lovinator.space/TheLovinator/wutheringwaves.git HEAD:main
git push https://${{ secrets.REPO_WRITE_PAT }}@git.lovinator.space/TheLovinator/wutheringwaves.git HEAD:master