From b286620f9b012e5dca9243c4143125833d926651 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 15 Aug 2025 19:12:09 -0700 Subject: [PATCH] workflows/sync-openapi-spec-to-docs - Remove duplicate GitHub CLI installation --- .github/workflows/sync-openapi-spec-to-docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sync-openapi-spec-to-docs.yml b/.github/workflows/sync-openapi-spec-to-docs.yml index be39e5e..bf13714 100644 --- a/.github/workflows/sync-openapi-spec-to-docs.yml +++ b/.github/workflows/sync-openapi-spec-to-docs.yml @@ -23,9 +23,6 @@ jobs: echo "${{ secrets.DOCS_DEPLOY_KEY }}" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 ssh-keyscan github.com >> ~/.ssh/known_hosts - - - name: Install GitHub CLI - run: sudo apt-get install -y gh - name: Clone docs repo run: | @@ -56,4 +53,4 @@ jobs: --title "Sync OpenAPI spec" \ --body "This PR syncs openapi.yaml from openapi repo." \ --base main \ - --head "$BRANCH_NAME" \ No newline at end of file + --head "$BRANCH_NAME"