mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-04 20:04:08 +07:00
Add support for debug builds
This commit is contained in:
@ -50,6 +50,7 @@ set_output() {
|
||||
# Function to read env inputs.
|
||||
read_env() {
|
||||
update="${update:-${UPDATE:-false}}"
|
||||
[ "${debug:-${DEBUG:-false}}" = "true" ] && debug=debug && update=true || debug=release
|
||||
fail_fast="${fail_fast:-${FAIL_FAST:-false}}"
|
||||
[[ -z "${ImageOS}" && -z "${ImageVersion}" ]] && _runner=self-hosted || _runner=github
|
||||
runner="${runner:-${RUNNER:-$_runner}}"
|
||||
|
Reference in New Issue
Block a user