From 8119c7120b1375b79c592a4d010d8560a301a33f Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 14:56:19 +0300 Subject: [PATCH] Remove templater/ --- .github/actions/setup-lisp/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 0015862..02965ff 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -57,18 +57,12 @@ 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: + echo 'Here is content of qlfile:' cat qlfile echo ''