소스 검색

Add branch input to 6.6 GKI devices fix action

jimsterino98 4 달 전
부모
커밋
be2a1c1910
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -129,6 +129,8 @@ jobs:
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
         if: inputs.kernel_version == '6.6'
         uses: ./.github/actions/6.6-fix
+        with:
+         branch: ${{ inputs.branch }}
 
       - name: Add BBG
         if: inputs.bbg == 'true'