Skip to content

Commit 29d0202

Browse files
committed
chore: formatting changes
1 parent 2a581f9 commit 29d0202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/build-logic/common-plugins/src/main/kotlin/common/GithubAction.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ object GithubAction {
588588
true -> GITHUB_REF.substringAfter("refs/tags/")
589589
false -> GITHUB_REF.substringAfter("refs/heads/")
590590
}
591+
591592
/** Gets the value of the environment variable set in the Github action runner. */
592593
operator fun get(name: String): String? = System.getenv(name)
593594
}

0 commit comments

Comments
 (0)