Echo templater.
This commit is contained in:
parent
7879c05c60
commit
3b30497f5a
1 changed files with 11 additions and 0 deletions
11
.github/actions/setup-lisp/action.yml
vendored
11
.github/actions/setup-lisp/action.yml
vendored
|
@ -57,12 +57,23 @@ 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:
|
||||
cat qlfile
|
||||
|
||||
echo ''
|
||||
echo ''
|
||||
|
||||
qlot install
|
||||
echo ::endgroup::
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue