Przeglądaj źródła

Rename input parameters in kernel-samsung.yml

jimsterino98 5 miesięcy temu
rodzic
commit
5a1856a37b
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      .github/workflows/kernel-samsung.yml

+ 6 - 6
.github/workflows/kernel-samsung.yml

@@ -7,13 +7,13 @@ permissions:
 on:
   workflow_call:
     inputs:
-      SUSFS:
+      susfs:
         required: true
         type: string
-      BBG:
+      bbg:
         required: true
         type: string
-      BBRv3:
+      bbrv3:
         required: true
         type: string
       unicodefix:
@@ -82,8 +82,8 @@ jobs:
       android_version: ${{ matrix.android_version }}
       kernel_version: ${{ matrix.kernel_version }}
       branch: ${{ matrix.branch }}
-      SUSFS: ${{ inputs.SUSFS }}
-      BBG: ${{ inputs.BBG }}
-      BBRv3: ${{ inputs.BBRv3 }}
+      SUSFS: ${{ inputs.susfs }}
+      BBG: ${{ inputs.bbg }}
+      BBRv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}