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

remove else

This commit is contained in:
Jason N. 2024-03-20 12:39:22 -04:00
parent 8dfa233052
commit 72dc306f31

View file

@ -177,7 +177,6 @@ runs:
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 }}" ]]