Fixed condition.
This commit is contained in:
parent
fe2e6f885e
commit
da8536f4ff
1 changed files with 3 additions and 3 deletions
|
@ -369,11 +369,11 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Create Qlot Environment
|
echo ::group::Create Qlot Environment
|
||||||
if [[ "${{ inputs.qlot-no-deps }}" != 'false' ]]; then
|
if [[ "${{ inputs.qlot-no-deps }}" != 'false' ]]; then
|
||||||
echo 'Running Qlot as usual'
|
|
||||||
qlot install
|
|
||||||
else
|
|
||||||
echo 'Running Qlot with --no-deps argument'
|
echo 'Running Qlot with --no-deps argument'
|
||||||
qlot install --no-deps
|
qlot install --no-deps
|
||||||
|
else
|
||||||
|
echo 'Running Qlot as usual'
|
||||||
|
qlot install
|
||||||
fi
|
fi
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue