diff --git a/devchat/workflow/command/update.py b/devchat/workflow/command/update.py index 6711cd28..c8715d9a 100644 --- a/devchat/workflow/command/update.py +++ b/devchat/workflow/command/update.py @@ -32,13 +32,13 @@ DEFAULT_BRANCH = "scripts" REPO_URLS = [ # url, branch + ("https://gitlab.com/devchat-ai/workflows.git", DEFAULT_BRANCH), ("git@github.com:devchat-ai/workflows.git", DEFAULT_BRANCH), ("https://github.com/devchat-ai/workflows.git", DEFAULT_BRANCH), - ("https://gitlab.com/devchat-ai/workflows.git", DEFAULT_BRANCH), ] ZIP_URLS = [ - "https://codeload.github.com/devchat-ai/workflows/zip/refs/heads/scripts", "https://gitlab.com/devchat-ai/workflows/-/archive/scripts/workflows-scripts.zip", + "https://codeload.github.com/devchat-ai/workflows/zip/refs/heads/scripts", ]