From 1558c6c68fc118b9dbea7ab4afc46155b3413a11 Mon Sep 17 00:00:00 2001 From: 99degree <49397123+99degree@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:30:40 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2e8f1b..c3a0065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,10 +34,10 @@ jobs: run: | echo -e '\nedge\nfairphone\nfp4\n\n\nphosh\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n' | pmbootstrap init || true cd ~/.local/var/pmbootstrap/cache_git/pmaports - git remote add sm7125 https://github.com/99degree/pmaports.git + git remote add 99degree https://github.com/99degree/pmaports.git DEFAULT_BRANCH=$(git remote show sm7125 | awk '/HEAD branch/ {print $NF}') - git fetch sm7125 $DEFAULT_BRANCH - #git reset --hard sm7125/$DEFAULT_BRANCH + git fetch 99degree $DEFAULT_BRANCH + #git reset --hard 99degree/$DEFAULT_BRANCH git checkout 99degree/next -- main/adbd-linux - name: Check kernel branch