Added missing quote.

This commit is contained in:
Alexander Artemenko 2021-02-03 03:00:36 +03:00
parent 767ab926a0
commit c660b0c705

View file

@ -59,7 +59,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/actions/setup/templater.ros > qlfile echo "${QLFILE_TEMPLATE}" | .github/actions/setup/templater.ros > qlfile
rm -f qlfile.lock rm -f qlfile.lock
fi fi