From 60fcb7629079a7f771ea0a67fca12877858ba86b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 10:08:56 +0100 Subject: [PATCH] Document how GitHub Actions is detected Closes gh-95 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 229ede0..b26cb55 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Bamboo is detected by looking for an environment variable named `bamboo_resultsU Concourse does not automatically set any environment variables in the build's container that allow its use to be detected. To work around this, an environment variable named `CI` can be set on the task. +GitHub Actions is detected by looking for an environment variable named `GITHUB_ACTIONS`. + Jenkins is detected by looking for an environment variable named `JENKINS_URL`. ## Using the conventions