Remove templater/

This commit is contained in:
Alexander Artemenko 2021-02-06 14:56:19 +03:00
parent 3b30497f5a
commit 8119c7120b

View file

@ -57,18 +57,12 @@ runs:
set -x
echo ''
echo ''
cat ${{ github.action_path }}/../scripts/templater.ros
echo ''
echo ''
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
rm -f qlfile.lock
fi
echo 'Here is content of qlfile:
echo 'Here is content of qlfile:'
cat qlfile
echo ''