Fixed condition.

This commit is contained in:
Alexander Artemenko 2024-05-18 00:22:24 +03:00
parent fe2e6f885e
commit da8536f4ff

View file

@ -369,11 +369,11 @@ runs:
run: |
echo ::group::Create Qlot Environment
if [[ "${{ inputs.qlot-no-deps }}" != 'false' ]]; then
echo 'Running Qlot as usual'
qlot install
else
echo 'Running Qlot with --no-deps argument'
qlot install --no-deps
else
echo 'Running Qlot as usual'
qlot install
fi
echo ::endgroup::
env: