ソースを参照

Add branch input to susfs-patches action

jimsterino98 4 ヶ月 前
コミット
96b0f1f91f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .github/workflows/build.yml

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

@@ -118,6 +118,7 @@ jobs:
         with:
           android_version: ${{ inputs.android_version }}
           kernel_version: ${{ inputs.kernel_version }}
+          branch: ${{ inputs.branch }}
 
       - name: Apply zeromount Patches
         if: inputs.susfs == 'true' && inputs.zeromount == 'true'