1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Wooops, revert wrong apps_repo repo!

This commit is contained in:
Salamandar 2024-02-08 23:08:46 +01:00
parent eb39a26e0b
commit 1ca207e0b3

View file

@ -17,8 +17,7 @@ import requests
import toml
from git import Repo
# APPS_REPO = "YunoHost/apps"
APPS_REPO = "Salamandar/apps"
APPS_REPO = "YunoHost/apps"
CI_RESULTS_URL = "https://ci-apps.yunohost.org/ci/api/results"