From 22916311cd2b7d98d89d1ba72b5a567373472e2d Mon Sep 17 00:00:00 2001 From: morgankrey Date: Fri, 19 Dec 2025 12:12:14 -0600 Subject: [PATCH] ci: Fix Factory CLI installation URL (#45386) Change from cli.factory.ai/install.sh to app.factory.ai/cli per official Factory documentation. Release Notes: - N/A Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .github/workflows/docs_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_automation.yml b/.github/workflows/docs_automation.yml index bf0d27ba632e72eb79253c602bf6363bd5fa8e79..a59022e6f641fa5a351c29240fc6bdcc560228f5 100644 --- a/.github/workflows/docs_automation.yml +++ b/.github/workflows/docs_automation.yml @@ -39,7 +39,7 @@ jobs: - name: Install Droid CLI id: install-droid run: | - curl -fsSL https://cli.factory.ai/install.sh | bash + curl -fsSL https://app.factory.ai/cli | sh echo "${HOME}/.factory/bin" >> "$GITHUB_PATH" echo "DROID_BIN=${HOME}/.factory/bin/droid" >> "$GITHUB_ENV" # Verify installation