Debug templater run.

This commit is contained in:
Alexander Artemenko 2021-02-06 15:09:39 +03:00
parent c794608c88
commit 60d9e0cd20

View file

@ -65,6 +65,8 @@ runs:
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
cat qlfile.template | ${{ github.action_path }}/../scripts/templater.ros > qlfile2
echo 'Here is content of template:' echo 'Here is content of template:'
cat qlfile.template cat qlfile.template
@ -72,6 +74,12 @@ runs:
echo '' echo ''
echo '' echo ''
echo 'Here is content of qlfile2:'
cat qlfile2
echo ''
echo ''
echo 'Here is content of qlfile:' echo 'Here is content of qlfile:'
cat qlfile cat qlfile