diff --git a/action.yml b/action.yml index c768c46..b5065da 100644 --- a/action.yml +++ b/action.yml @@ -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