mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
Update build.gradle.kts
This commit is contained in:
parent
67308bd017
commit
c7f44f6f2f
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue