Add more logging.
This commit is contained in:
parent
e14ce570fc
commit
fe2e6f885e
1 changed files with 2 additions and 0 deletions
|
@ -369,8 +369,10 @@ 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
|
qlot install
|
||||||
else
|
else
|
||||||
|
echo 'Running Qlot with --no-deps argument'
|
||||||
qlot install --no-deps
|
qlot install --no-deps
|
||||||
fi
|
fi
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
|
Loading…
Reference in a new issue