From 8d30295490b7c77dc40dfccf9c6682799bad7996 Mon Sep 17 00:00:00 2001 From: Jace <54625750+Jacekun@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:37:35 +0800 Subject: [PATCH] Update build.gradle.kts - Fixed Repo path --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 14fb6b9..05de525 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/Jacekun/cs3xxx-repo") + setRepo("cloudstream", "cs3xxx-repo", "codeberg") description = "For the coomers and degenerates" authors = listOf("Jace")