mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-06 13:12:33 +02:00
Fix
This commit is contained in:
parent
ed42b2e78d
commit
a7065e0bc0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export function checkDocker() {
|
||||||
export function getRepoNames() {
|
export function getRepoNames() {
|
||||||
if (process.env.RELEASE_REPO_NAMES) {
|
if (process.env.RELEASE_REPO_NAMES) {
|
||||||
// Split by comma
|
// Split by comma
|
||||||
return process.env.RELEASE_REPO_NAME.split(",").map((name) => name.trim());
|
return process.env.RELEASE_REPO_NAMES.split(",").map((name) => name.trim());
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
"louislam/uptime-kuma",
|
"louislam/uptime-kuma",
|
||||||
|
|
Loading…
Add table
Reference in a new issue