Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4cade commit dc7e73eCopy full SHA for dc7e73e
src/scripts/unix.sh
@@ -55,7 +55,7 @@ read_env() {
55
fail_fast="${fail_fast:-${FAIL_FAST:-false}}"
56
[[ -z "${ImageOS}" && -z "${ImageVersion}" || -n ${ACT} ]] && _runner=self-hosted || _runner=github
57
runner="${runner:-${RUNNER:-$_runner}}"
58
- tool_path_dir="${tools_dir:-${TOOLS_DIR:-/usr/local/bin}}"
+ tool_path_dir="${setup_php_tools_dir:-${SETUP_PHP_TOOLS_DIR:-/usr/local/bin}}"
59
60
if [[ "$runner" = "github" && $_runner = "self-hosted" ]]; then
61
fail_fast=true
@@ -76,7 +76,7 @@ read_env() {
76
export runner
77
export update
78
export ts
79
- export tools_dir_path
+ export tool_path_dir
80
}
81
82
# Function to create a lock.
0 commit comments