Skip to content

Commit 460ffdf

Browse files
authored
Remove broken reference to Circle CI (#20)
1 parent ca9688b commit 460ffdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ publishing {
151151
url.set("https://github.com/apple/pkl-spring/issues")
152152
}
153153
ciManagement {
154-
system.set("Circle CI")
155-
url.set("https://app.circleci.com/pipelines/github/apple/pkl-spring")
154+
system.set("GitHub Actions")
155+
url.set("https://github.com/apple/pkl-spring/actions")
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)