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 2a581f9 commit 29d0202Copy full SHA for 29d0202
gradle/build-logic/common-plugins/src/main/kotlin/common/GithubAction.kt
@@ -588,6 +588,7 @@ object GithubAction {
588
true -> GITHUB_REF.substringAfter("refs/tags/")
589
false -> GITHUB_REF.substringAfter("refs/heads/")
590
}
591
+
592
/** Gets the value of the environment variable set in the Github action runner. */
593
operator fun get(name: String): String? = System.getenv(name)
594
0 commit comments