diff --git a/build.gradle.kts b/build.gradle.kts index 26f4b82..b19ff67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,8 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "user/repo") + // you can modify it to use other git hosting services, like gitlab + setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/user/repo") } android {