Kaynağa Gözat

Remove unnecessary inputs from kernel-samsung.yml

Removed bbrv3 and optimizations inputs from workflow.
jimsterino98 5 ay önce
ebeveyn
işleme
712f1f234e
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme
  1. 0 8
      .github/workflows/kernel-samsung.yml

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

@@ -13,15 +13,9 @@ on:
       bbg:
         required: true
         type: string
-      bbrv3:
-        required: true
-        type: string
       unicodefix:
         required: true
         type: string
-      optimizations:
-        required: true
-        type: string
       zeromount:
         required: true
         type: string
@@ -99,8 +93,6 @@ jobs:
       branch: ${{ matrix.branch }}
       susfs: ${{ inputs.susfs }}
       bbg: ${{ inputs.bbg }}
-      bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
-      optimizations: ${{ inputs.optimizations }}
       zeromount: ${{ inputs.zeromount }}