Added missing quote.
This commit is contained in:
parent
767ab926a0
commit
c660b0c705
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -59,7 +59,7 @@ runs:
|
|||
echo ::group::Create Qlot Environment
|
||||
|
||||
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
|
||||
echo "${QLFILE_TEMPLATE} | .github/actions/setup/templater.ros > qlfile
|
||||
echo "${QLFILE_TEMPLATE}" | .github/actions/setup/templater.ros > qlfile
|
||||
rm -f qlfile.lock
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue