From 0ca13aacbdb2ef03cacb556fd4441b34c903f17a Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 7 Feb 2021 16:48:22 +0300 Subject: [PATCH] Fixed path to the templater. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 28bf093..3ef4ee1 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: echo ::group::Create Qlot Environment if [[ -n "${QLFILE_TEMPLATE}" ]]; then - echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile + echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/templater.ros > qlfile rm -f qlfile.lock fi