Skip to content

Commit 0e7522b

Browse files
authored
del
1 parent b325f5f commit 0e7522b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Make.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Normal
33
on:
44
workflow_dispatch:
55
inputs:
6-
MANIFEST_TYPE:
7-
description: 'MANIFEST_TYPE'
8-
required: false
9-
default: 'omni_'
106
MANIFEST_URL:
117
description: 'MANIFEST_URL'
128
required: true
@@ -95,7 +91,7 @@ jobs:
9591
cd ${{ steps.pwd.outputs.pwd }}
9692
export ALLOW_MISSING_DEPENDENCIES=true
9793
source build/envsetup.sh
98-
lunch ${{ github.event.inputs.MANIFEST_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng
94+
lunch ${{ github.event.inputs.DEVICE_NAME }}-eng
9995
make clean
10096
make recoveryimage -j$(nproc --all)
10197

0 commit comments

Comments
 (0)