1
0
Fork 0
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:
Jason N. 2024-03-20 12:27:04 -04:00
parent 220500491f
commit 63a9b8cd68
2 changed files with 6 additions and 4 deletions

View file

@ -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 }}" ]]