Sfoglia il codice sorgente

Remove release_type input from kernel-samsung workflow

Removed 'release_type' input from workflow configuration.
jimsterino98 4 mesi fa
parent
commit
19af46807d
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      .github/workflows/kernel-samsung.yml

+ 0 - 4
.github/workflows/kernel-samsung.yml

@@ -25,9 +25,6 @@ on:
       droidspace:
         required: true
         type: string
-      release_type:
-        required: true
-        type: string
       ntsync:
         required: true
         type: string
@@ -130,7 +127,6 @@ jobs:
       zeromount: ${{ inputs.zeromount }}
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
-      release_type: ${{ inputs.release_type }}
       ntsync: ${{ inputs.ntsync }}
       optimizations: ${{ inputs.optimizations }}