Merge pull request #9 from ak-coram/fix-issue-7

Use env. variable instead of an expression in action.yml
This commit is contained in:
Alexander Artemenko 2023-08-23 09:37:44 +03:00 committed by GitHub
commit 9fad36ba21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ runs:
echo ::group::Create Qlot Environment
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/templater.ros > qlfile
echo "${QLFILE_TEMPLATE}" | $GITHUB_ACTION_PATH/templater.ros > qlfile
rm -f qlfile.lock
fi