diff --git a/bin/brew b/bin/brew index 404f74a691..bb72cc7ee3 100755 --- a/bin/brew +++ b/bin/brew @@ -87,7 +87,7 @@ then fi # Set CI variable for Azure Pipelines and Jenkins -# (Set by default on Circle and Travis CI) +# (Set by default on GitHub Actions, Circle and Travis CI) if [[ -z "$CI" ]] && [[ -n "$TF_BUILD" || -n "$JENKINS_HOME" ]] then export CI="1"