1
0
Fork 0
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:
Jason N 2024-03-28 16:28:27 -04:00 committed by GitHub
parent 1a6f7e034c
commit 0bda32e2b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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