diff --git a/action.yml b/action.yml index 1f393e2..05bb0ec 100644 --- a/action.yml +++ b/action.yml @@ -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::