From f578673253b00f1e236303bb997297e6c95d65da Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 12 Apr 2021 22:47:33 +0900 Subject: [PATCH] add GitHub Actions to explanation --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"