Skip to content

Commit

Permalink
Document how GitHub Actions is detected
Browse files Browse the repository at this point in the history
Closes gh-95
  • Loading branch information
wilkinsona committed Sep 11, 2024
1 parent 56376fe commit 60fcb76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60fcb76

Please sign in to comment.