Debug templater run.
This commit is contained in:
parent
c794608c88
commit
60d9e0cd20
1 changed files with 8 additions and 0 deletions
8
.github/actions/setup-lisp/action.yml
vendored
8
.github/actions/setup-lisp/action.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue