mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
ensure flatpak specified
This commit is contained in:
parent
c4cbbfd34e
commit
1a6f7e034c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ runs:
|
||||||
mkdir /cache/skopeo || true
|
mkdir /cache/skopeo || true
|
||||||
|
|
||||||
- name: Determine Flatpak dependencies
|
- name: Determine Flatpak dependencies
|
||||||
if: inputs.enable_flatpak_dependencies == 'true'
|
if: inputs.enable_flatpak_dependencies == 'true' and (flatpak_remote_refs != '' or flatpak_remote_refs_dir != '')
|
||||||
id: flatpak_dependencies
|
id: flatpak_dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue