We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d0dcb commit dcf4fcfCopy full SHA for dcf4fcf
.github/workflows/tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
echo "$FILE exists."
39
fi
40
export PATH="${PHPENV_ROOT}/bin:${PATH}"
41
- eval "$(/home/runner/.phpenv-root/bin/phpenv init -)"
+ eval "$($PHPENV_ROOT/bin/phpenv init -)"
42
exec $SHELL -l
43
44
# source ~/.bash_profile
0 commit comments