Fixed path to the templater.

This commit is contained in:
Alexander Artemenko 2021-02-07 16:48:22 +03:00
parent bc3ae73807
commit 0ca13aacbd

View file

@ -56,7 +56,7 @@ runs:
echo ::group::Create Qlot Environment echo ::group::Create Qlot Environment
if [[ -n "${QLFILE_TEMPLATE}" ]]; then 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 rm -f qlfile.lock
fi fi