Revert "Guard GITHUB_* variables by GITHUB_ACTIONS."

This commit is contained in:
Mike McQuaid 2023-05-24 12:49:27 +01:00 committed by GitHub
parent 8aaf99e1d7
commit e6a006ee6b
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