Change base branch from main to master in workflow

This commit is contained in:
nyne
2025-10-13 21:19:14 +08:00
committed by GitHub
parent 8c87c4a906
commit cd925df125

View File

@@ -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