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:
parent
0bda32e2b5
commit
e10087b4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ runs:
|
|||
mkdir /cache/skopeo || true
|
||||
|
||||
- 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
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue