Kaynağa Gözat

Update main.yml

jimsterino98 5 ay önce
ebeveyn
işleme
d19a1a8fb4
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      .github/workflows/main.yml

+ 4 - 3
.github/workflows/main.yml

@@ -68,10 +68,11 @@ jobs:
     uses: ./.github/workflows/kernel-samsung.yml
     secrets: inherit
     with:
-      SUSFS: ${{ inputs.SUSFS }}
-      BBG: ${{ inputs.BBG }}
-      BBRv3: ${{ inputs.BBRv3 }}
+      susfs: ${{ inputs.susfs }}
+      bbg: ${{ inputs.bbg }}
+      bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
+      optimizations: ${{ inputs.optimizations }}
 
   release:
     runs-on: ubuntu-latest