From 89bd8d9a20fbbb94ba587bcdb5b66714caea0a73 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Tue, 9 Jan 2024 13:57:01 +0800 Subject: [PATCH] yml: Added branch in cloning to avoid redirecting warning. Signed-off-by: Carlo Dandan --- .github/workflows/OrangeFox-Compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 8ec0c72..1c37a69 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -67,7 +67,7 @@ jobs: - name: Build Environment run: | sudo apt install aria2 -y - git clone https://gitlab.com/OrangeFox/misc/scripts + git clone https://gitlab.com/OrangeFox/misc/scripts.git -b master cd scripts sudo bash setup/android_build_env.sh @@ -78,7 +78,7 @@ jobs: cd ${GITHUB_WORKSPACE}/OrangeFox git config --global user.name "Carlo Dandan" git config --global user.email "jasminecarlo01@gmail.com" - git clone https://gitlab.com/OrangeFox/sync.git + git clone https://gitlab.com/OrangeFox/sync.git -b master cd sync ./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}