Przeglądaj źródła

Rename action from bbrv1 to bbrv3 in build.yml

also added android version and kernel version to function
jimsterino98 2 miesięcy temu
rodzic
commit
77cde75d4f
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      .github/workflows/build.yml

+ 4 - 1
.github/workflows/build.yml

@@ -222,9 +222,12 @@ jobs:
         with:
          branch: ${{ inputs.branch }}
 
-      - name: Add bbrv1
+      - name: Add bbrv3
         if: inputs.bbr == 'true'
         uses: ./.github/actions/bbr
+        with:
+          android_version: ${{ inputs.android_version }}
+          kernel_version: ${{ inputs.kernel_version }}
 
       - name: Add BBG
         if: inputs.bbg == 'true'