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: |
|
||||
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
|
||||
fi
|
||||
echo ::endgroup::
|
||||
|
|
Loading…
Reference in a new issue