Browse Source

Add nomount input and action to build workflow

jimsterino98 2 months ago
parent
commit
3c8d134e6b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/workflows/build.yml

+ 9 - 0
.github/workflows/build.yml

@@ -30,6 +30,9 @@ on:
       zeromount:
         required: true
         type: string
+      nomount:
+        required: true
+        type: string
       ksun:
         required: true
         type: string
@@ -228,6 +231,12 @@ jobs:
           android_version: ${{ inputs.android_version }}
           kernel_version: ${{ inputs.kernel_version }}
 
+      - name: add nomount
+        if: inputs.nomount == 'true'
+        uses: ./.github/actions/nomount
+        with:
+          kernel_version: ${{ inputs.kernel_version }}
+
       - name: Add BBG
         if: inputs.bbg == 'true'
         uses: ./.github/actions/bbg