From f363a07fe3a0d7e3a9499d2dfdb66567c6f4e0eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> 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