From c794608c881c2bf7cc063acdee41361540d0568c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 15:03:19 +0300 Subject: [PATCH] Content of template. --- .github/actions/setup-lisp/action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 02965ff..fc68dd5 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -57,10 +57,20 @@ runs: set -x + cat > qlfile.template < qlfile rm -f qlfile.lock fi + + echo 'Here is content of template:' + cat qlfile.template + + echo '' + echo '' echo 'Here is content of qlfile:' cat qlfile