diff --git a/bin/brew b/bin/brew index 5508d36b10..32661a6a7a 100755 --- a/bin/brew +++ b/bin/brew @@ -165,7 +165,7 @@ do FILTERED_ENV+=("${VAR}=${!VAR}") done -if [[ -n "${GITHUB_ACTIONS:-}" ]] +if [[ -n "${CI:-}" ]] then for VAR in "${!GITHUB_@}" do