Skip to content
Snippets Groups Projects
Unverified Commit 02969cdf authored by Bo Anderson's avatar Bo Anderson Committed by GitHub
Browse files

Merge pull request #8250 from MikeMcQuaid/self-hosted-env

bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED.
parents cab2c996 21d95f30
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,8 @@ then
# Filter all but the specific variables.
for VAR in HOME SHELL PATH TERM TERMINFO COLUMNS DISPLAY LOGNAME USER CI SSH_AUTH_SOCK SUDO_ASKPASS \
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
GITHUB_ACTIONS GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_SHA GITHUB_HEAD_REF GITHUB_BASE_REF GITHUB_REF \
GITHUB_ACTIONS GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED \
GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_SHA GITHUB_HEAD_REF GITHUB_BASE_REF GITHUB_REF \
"${!HOMEBREW_@}"
do
# Skip if variable value is empty.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment