We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56376fe commit 60fcb76Copy full SHA for 60fcb76
README.md
@@ -93,6 +93,8 @@ Bamboo is detected by looking for an environment variable named `bamboo_resultsU
93
Concourse does not automatically set any environment variables in the build's container that allow its use to be detected.
94
To work around this, an environment variable named `CI` can be set on the task.
95
96
+GitHub Actions is detected by looking for an environment variable named `GITHUB_ACTIONS`.
97
+
98
Jenkins is detected by looking for an environment variable named `JENKINS_URL`.
99
100
## Using the conventions
0 commit comments