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