Echo qlfile.
This commit is contained in:
parent
aee23f11c1
commit
11e1ea91d9
1 changed files with 3 additions and 0 deletions
3
.github/actions/setup-lisp/action.yml
vendored
3
.github/actions/setup-lisp/action.yml
vendored
|
@ -55,11 +55,14 @@ runs:
|
|||
run: |
|
||||
echo ::group::Create Qlot Environment
|
||||
|
||||
set -x
|
||||
|
||||
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
|
||||
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
|
||||
rm -f qlfile.lock
|
||||
fi
|
||||
|
||||
echo qlfile
|
||||
qlot install
|
||||
echo ::endgroup::
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue