Replace broken references to CircleCI (#1318)

This commit is contained in:
Daniel Chao
2025-11-14 15:44:59 -08:00
committed by GitHub
parent ef9b53be98
commit 0ff99d31c9
6 changed files with 14 additions and 11 deletions

View File

@@ -170,8 +170,8 @@ publishing {
url.set("https://github.com/apple/pkl/issues")
}
ciManagement {
system.set("Circle CI")
url.set("https://app.circleci.com/pipelines/github/apple/pkl")
system.set("GitHub Actions")
url.set("https://github.com/apple/pkl/actions")
}
}
}