diff --git a/build.gradle.kts b/build.gradle.kts index 593e8eb..e98d242 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name // you can modify it to use other git hosting services, like gitlab - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk") + setRepo("CakesTwix", "cloudstream-extensions-uk", "gitea-git.cakestwix.com") } android {