|
@@ -212,6 +212,8 @@ jobs:
|
|
|
- name: Add SUSFS
|
|
- name: Add SUSFS
|
|
|
if: inputs.susfs == 'true'
|
|
if: inputs.susfs == 'true'
|
|
|
uses: ./.github/actions/susfs-patches
|
|
uses: ./.github/actions/susfs-patches
|
|
|
|
|
+ with:
|
|
|
|
|
+ nomount: ${{ inputs.nomount }}
|
|
|
|
|
|
|
|
- name: Add Zeromount
|
|
- name: Add Zeromount
|
|
|
if: inputs.susfs == 'true' && inputs.zeromount == 'true'
|
|
if: inputs.susfs == 'true' && inputs.zeromount == 'true'
|