From 11e1ea91d9cd26936d665442eaa65091c9bb75ac Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 14:36:48 +0300 Subject: [PATCH] Echo qlfile. --- .github/actions/setup-lisp/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 4f1fa57..75ee5c9 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -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: