CI: fix autoupdate

Reference the main branch instead of master.

Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
Casey Connolly 2026-05-07 23:14:03 +02:00
parent baa112b246
commit 3622865c9e

View file

@ -89,7 +89,7 @@ update_linux_next() {
git remote add gitlab https://pmos-ci:"$PMAPORTS_PUSH_TOKEN"@gitlab.postmarketos.org/postmarketOS/pmaports.git
git fetch gitlab
git checkout --track gitlab/master
git checkout --track gitlab/main
for pkg in $PKGS; do
case "$pkg" in