Aizawa Hikaru 4 年之前
父節點
當前提交
0e7522bdc2
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      .github/workflows/Make.yml

+ 1 - 5
.github/workflows/Make.yml

@@ -3,10 +3,6 @@ name: Normal
 on:
   workflow_dispatch:
     inputs:
-      MANIFEST_TYPE:
-        description: 'MANIFEST_TYPE'
-        required: false
-        default: 'omni_'
       MANIFEST_URL:
         description: 'MANIFEST_URL'
         required: true
@@ -95,7 +91,7 @@ jobs:
         cd ${{ steps.pwd.outputs.pwd }}
         export ALLOW_MISSING_DEPENDENCIES=true
         source build/envsetup.sh
-        lunch ${{ github.event.inputs.MANIFEST_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng 
+        lunch ${{ github.event.inputs.DEVICE_NAME }}-eng 
         make clean
         make recoveryimage -j$(nproc --all)