From 5814ebe2a0f16da8feb8a77d520f8a7588aea0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 16 May 2025 01:42:51 +0200 Subject: [PATCH] Fix branch name in push command from 'main' to 'master' --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index ef38f25..b098908 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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