From 3b30497f5a4e9db1bb81c959820d263515285911 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 14:51:43 +0300 Subject: [PATCH] Echo templater. --- .github/actions/setup-lisp/action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 018fed4..0015862 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -57,12 +57,23 @@ runs: set -x + echo '' + echo '' + cat ${{ github.action_path }}/../scripts/templater.ros + echo '' + echo '' + if [[ -n "${QLFILE_TEMPLATE}" ]]; then echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile rm -f qlfile.lock fi + echo 'Here is content of qlfile: cat qlfile + + echo '' + echo '' + qlot install echo ::endgroup:: env: