Răsfoiți Sursa

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 an în urmă
părinte
comite
f0a4357cda
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 4 - 4
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -102,10 +102,10 @@ jobs:
 
     - name: Clone Device Tree
       run: |
-        cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
-        git clone https://github.com/abrohim0786/ofox_device_xiaomi_ares.git -b main ./device/xiaomi/ares
-        cd ${{ github.event.inputs.DEVICE_PATH }}
-        echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
+        cd ${GITHUB_WORKSPACE}/OrangeFox/fox_12.1
+    git clone https://github.com/abrohim0786/ofox_device_xiaomi_ares.git -b TWRP-12.1 ./device/xiaomi/ares
+    cd ./device/xiaomi/ares
+    echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
 
     - name: Check Manifest Branch
       uses: haya14busa/action-cond@v1