Echo templater.

This commit is contained in:
Alexander Artemenko 2021-02-06 14:51:43 +03:00
parent 7879c05c60
commit 3b30497f5a

View file

@ -57,12 +57,23 @@ runs:
set -x set -x
echo ''
echo ''
cat ${{ github.action_path }}/../scripts/templater.ros
echo ''
echo ''
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 }}/../scripts/templater.ros > qlfile
rm -f qlfile.lock rm -f qlfile.lock
fi fi
echo 'Here is content of qlfile:
cat qlfile cat qlfile
echo ''
echo ''
qlot install qlot install
echo ::endgroup:: echo ::endgroup::
env: env: