From c660b0c70520a1a89fe05902dc600cf15fd8a2af Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 03:00:36 +0300 Subject: [PATCH] Added missing quote. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 6a5037a..19cbcf0 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -59,7 +59,7 @@ runs: echo ::group::Create Qlot Environment if [[ -n "${QLFILE_TEMPLATE}" ]]; then - echo "${QLFILE_TEMPLATE} | .github/actions/setup/templater.ros > qlfile + echo "${QLFILE_TEMPLATE}" | .github/actions/setup/templater.ros > qlfile rm -f qlfile.lock fi