Merge pull request #15478 from Homebrew/revert-15465-github-variables

Revert "Guard `GITHUB_*` variables by `GITHUB_ACTIONS`."
This commit is contained in:
Mike McQuaid 2023-05-24 13:04:22 +01:00 committed by GitHub
commit 33ab8e7553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ do
FILTERED_ENV+=("${VAR}=${!VAR}")
done
if [[ -n "${GITHUB_ACTIONS:-}" ]]
if [[ -n "${CI:-}" ]]
then
for VAR in "${!GITHUB_@}"
do