Debug templater run.

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

View file

@ -66,12 +66,20 @@ runs:
rm -f qlfile.lock
fi
cat qlfile.template | ${{ github.action_path }}/../scripts/templater.ros > qlfile2
echo 'Here is content of template:'
cat qlfile.template
echo ''
echo ''
echo 'Here is content of qlfile2:'
cat qlfile2
echo ''
echo ''
echo 'Here is content of qlfile:'
cat qlfile