Skip to content

Commit b286620

Browse files
authored
workflows/sync-openapi-spec-to-docs - Remove duplicate GitHub CLI installation
1 parent 907d686 commit b286620

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/sync-openapi-spec-to-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
echo "${{ secrets.DOCS_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
2424
chmod 600 ~/.ssh/id_ed25519
2525
ssh-keyscan github.com >> ~/.ssh/known_hosts
26-
27-
- name: Install GitHub CLI
28-
run: sudo apt-get install -y gh
2926
3027
- name: Clone docs repo
3128
run: |
@@ -56,4 +53,4 @@ jobs:
5653
--title "Sync OpenAPI spec" \
5754
--body "This PR syncs openapi.yaml from openapi repo." \
5855
--base main \
59-
--head "$BRANCH_NAME"
56+
--head "$BRANCH_NAME"

0 commit comments

Comments
 (0)