sync: update from private repo (4c5a71f)

This commit is contained in:
oss-sync
2026-06-03 04:30:10 +00:00
parent 7049a874f3
commit bea9fd67ee
13 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if [ -z "$REPO" ]; then
echo ""
echo "Examples:"
echo " $0 myorg/myrepo"
echo " $0 myorg/myrepo http://192.168.1.100:9877"
echo " $0 myorg/myrepo http://10.0.0.10:9877"
echo ""
echo "Environment variables:"
echo " GITEA_API_TOKEN (required) Gitea API token"
+1 -1
View File
@@ -198,7 +198,7 @@ read -rp " 監視するリポジトリ (例: myorg/myrepo、スキップは空E
fi
if [ -n "$TARGET_REPO" ]; then
read -rp " Orchestrator の外部URL (例: http://192.168.1.50:9876): " ORCH_URL
read -rp " Orchestrator の外部URL (例: http://10.0.0.10:9876): " ORCH_URL
ORCH_URL="${ORCH_URL:-http://localhost:9876}"
# UI の repo プルダウンに出すため ui_repos へ登録