|
@@ -235,7 +235,7 @@ jobs:
|
|
|
done
|
|
done
|
|
|
|
|
|
|
|
- name: Setup Selected Root Implementation
|
|
- name: Setup Selected Root Implementation
|
|
|
- if: inputs.root_flavor != ''
|
|
|
|
|
|
|
+ if: inputs.root_flavor != 'none'
|
|
|
uses: ./.github/actions/root-setup
|
|
uses: ./.github/actions/root-setup
|
|
|
with:
|
|
with:
|
|
|
flavor: ${{ inputs.root_flavor }}
|
|
flavor: ${{ inputs.root_flavor }}
|