1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

include context

This commit is contained in:
Jason N 2024-03-28 16:38:45 -04:00 committed by GitHub
parent 0bda32e2b5
commit e10087b4cb
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' && (flatpak_remote_refs != '' || flatpak_remote_refs_dir != '') if: inputs.enable_flatpak_dependencies == 'true' && (inputs.flatpak_remote_refs != '' || inputs.flatpak_remote_refs_dir != '')
id: flatpak_dependencies id: flatpak_dependencies
shell: bash shell: bash
run: | run: |