|
|
@@ -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 }}
|
|
|
|