add GitHub Actions to explanation

This commit is contained in:
hyuraku 2021-04-12 22:47:33 +09:00
parent 632e4d6579
commit f578673253

View File

@ -87,7 +87,7 @@ then
fi fi
# Set CI variable for Azure Pipelines and Jenkins # 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" ]] if [[ -z "$CI" ]] && [[ -n "$TF_BUILD" || -n "$JENKINS_HOME" ]]
then then
export CI="1" export CI="1"