Skip to content

Commit

Permalink
Merge pull request Homebrew#15478 from Homebrew/revert-15465-github-v…
Browse files Browse the repository at this point in the history
…ariables

Revert "Guard `GITHUB_*` variables by `GITHUB_ACTIONS`."
  • Loading branch information
MikeMcQuaid authored May 24, 2023
2 parents 09842e1 + e6a006e commit 33ab8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ do
FILTERED_ENV+=("${VAR}=${!VAR}")
done

if [[ -n "${GITHUB_ACTIONS:-}" ]]
if [[ -n "${CI:-}" ]]
then
for VAR in "${!GITHUB_@}"
do
Expand Down

0 comments on commit 33ab8e7

Please sign in to comment.