فهرست منبع

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 سال پیش
والد
کامیت
5d667d0653
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      .github/workflows/OrangeFox-Recovery-Builder.yml

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

@@ -15,11 +15,11 @@ on:
       DEVICE_TREE:
         description: 'Custom Recovery Tree'
         required: true
-        default: 'https://github.com/abrohim0786/ofox_device_xiaomi_ares.git'
+        default: 'https://github.com/abrohim0786/TWRP_device_xiaomi_ares.git'
       DEVICE_TREE_BRANCH:
         description: 'Custom Recovery Tree Branch'
         required: true
-        default: 'fox_12.1'
+        default: 'TWRP_12.1'
       DEVICE_PATH:
         description: 'Specify your device path.'
         required: true
@@ -109,7 +109,7 @@ 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 TWRP-12.1 ./device/xiaomi/ares
+        git clone https://github.com/abrohim0786/TWRP_device_xiaomi_ares.git -b TWRP-12.1 ./device/xiaomi/ares
         cd device/xiaomi/ares
         echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
 
@@ -186,7 +186,7 @@ jobs:
       run: |
         if [ ${{ github.event.inputs.RECOVERY_INSTALLER }} = true ]; then
           cd ${{ env.FILE_PATH }}/
-          wget https://github.com/kinguser981/recovery-installer/releases/download/11256427880/recovery-installer.zip
+          wget https://github.com/abrohim0786/recovery-installer/releases/download/11256427880/recovery-installer.zip
           zip -ur recovery-installer.zip ${{ env.RECOVERY_TYPE }}.img
         fi
       continue-on-error: true