mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
symbols not words
This commit is contained in:
parent
1a6f7e034c
commit
0bda32e2b5
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' and (flatpak_remote_refs != '' or flatpak_remote_refs_dir != '')
|
if: inputs.enable_flatpak_dependencies == 'true' && (flatpak_remote_refs != '' || 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