From e54da27e70aea6dbcc8c9912123ee81b9bdf0e1e Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 13:05:40 +0300 Subject: [PATCH] Fixed path to templater. --- .github/actions/{run-tests => scripts}/templater.ros | 0 .github/actions/setup-lisp/action.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/actions/{run-tests => scripts}/templater.ros (100%) diff --git a/.github/actions/run-tests/templater.ros b/.github/actions/scripts/templater.ros similarity index 100% rename from .github/actions/run-tests/templater.ros rename to .github/actions/scripts/templater.ros diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 903a789..b347b3a 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -56,7 +56,7 @@ runs: echo ::group::Create Qlot Environment if [[ -n "${QLFILE_TEMPLATE}" ]]; then - echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/templater.ros > qlfile + echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile rm -f qlfile.lock fi