From cd925df125168360d413c2adc2736de29b393fd0 Mon Sep 17 00:00:00 2001 From: nyne <67669799+wgh136@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:19:14 +0800 Subject: [PATCH] Change base branch from main to master in workflow --- .github/workflows/update_alt_store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_alt_store.yml b/.github/workflows/update_alt_store.yml index ef7783b..b11f745 100644 --- a/.github/workflows/update_alt_store.yml +++ b/.github/workflows/update_alt_store.yml @@ -51,7 +51,7 @@ jobs: --title "Update AltStore source with latest release" \ --body "This PR updates the alt_store.json file with the latest release information." \ --head "$branch_name" \ - --base main + --base master echo "changes=true" >> $GITHUB_OUTPUT fi