From e6a006ee6b9bdaaf586358a09619b393e48e6db9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 24 May 2023 12:49:27 +0100 Subject: [PATCH] Revert "Guard `GITHUB_*` variables by `GITHUB_ACTIONS`." --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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