mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
better check
This commit is contained in:
parent
220500491f
commit
63a9b8cd68
2 changed files with 6 additions and 4 deletions
|
|
@ -174,8 +174,10 @@ runs:
|
|||
if [[ -n "${{ inputs.flatpak_remote_refs }}" ]]
|
||||
then
|
||||
vars="${vars} FLATPAK_REMOTE_REFS=\"${{ inputs.flatpak_remote_refs }}\""
|
||||
else
|
||||
elif [[ -n "${{ inputs.flatpak_remote_refs_dir }}" ]]
|
||||
then
|
||||
vars="${vars} FLATPAK_REMOTE_REFS_DIR=\"${{ inputs.flatpak_remote_refs_dir }}\""
|
||||
else
|
||||
fi
|
||||
fi
|
||||
if [[ -n "${{ inputs.secrets_dir }}" ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue