yml: Added branch in cloning to avoid redirecting warning.
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user