Aizawa Hikaru %!s(int64=4) %!d(string=hai) anos
pai
achega
0e7522bdc2
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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)