Skip to content

Commit 60fcb76

Browse files
committed
Document how GitHub Actions is detected
Closes gh-95
1 parent 56376fe commit 60fcb76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Bamboo is detected by looking for an environment variable named `bamboo_resultsU
9393
Concourse does not automatically set any environment variables in the build's container that allow its use to be detected.
9494
To work around this, an environment variable named `CI` can be set on the task.
9595

96+
GitHub Actions is detected by looking for an environment variable named `GITHUB_ACTIONS`.
97+
9698
Jenkins is detected by looking for an environment variable named `JENKINS_URL`.
9799

98100
## Using the conventions

0 commit comments

Comments
 (0)