We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9688b commit 460ffdfCopy full SHA for 460ffdf
1 file changed
build.gradle.kts
@@ -151,8 +151,8 @@ publishing {
151
url.set("https://github.com/apple/pkl-spring/issues")
152
}
153
ciManagement {
154
- system.set("Circle CI")
155
- url.set("https://app.circleci.com/pipelines/github/apple/pkl-spring")
+ system.set("GitHub Actions")
+ url.set("https://github.com/apple/pkl-spring/actions")
156
157
158
0 commit comments