From 184986922642b8cc45c6d4650e5c17cfad3998c2 Mon Sep 17 00:00:00 2001 From: Lanhild Date: Mon, 2 Dec 2024 13:45:09 -0500 Subject: [PATCH] ci: temporarily change repository url BREAKING CHANGE: Temporarily change the repository URL of the package to test the build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 507548d7..2d3619d6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "repository": { "type": "git", - "url": "git@github.com:open-webui/pipelines.git" + "url": "git@github.com:Lanhild/pipelines.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",