From 60d9e0cd20416df8bcd1354c811e9449214fceb4 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 15:09:39 +0300 Subject: [PATCH] Debug templater run. --- .github/actions/setup-lisp/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index fc68dd5..8868d1a 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -65,6 +65,8 @@ runs: echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile rm -f qlfile.lock fi + + cat qlfile.template | ${{ github.action_path }}/../scripts/templater.ros > qlfile2 echo 'Here is content of template:' cat qlfile.template @@ -72,6 +74,12 @@ runs: echo '' echo '' + echo 'Here is content of qlfile2:' + cat qlfile2 + + echo '' + echo '' + echo 'Here is content of qlfile:' cat qlfile