Skip to content

Commit

Permalink
fix: add jq to fetch build
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 1, 2021
1 parent 603c92c commit deeba6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/fetch_api_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
steps:
- uses: actions/setup-node@v2
- uses: actions/checkout@v2
- run: ./scripts/fetch_api.sh
- run: ./scripts/generate.sh
- name: Install jq
run: sudo apt-get install jq
- name: Fetch OpenAPI doc
run: ./scripts/fetch_api.sh
- name: Generate SDKs
run: ./scripts/generate.sh
- uses: peter-evans/create-pull-request@v3
with:
title: "Update API client"
Expand Down

0 comments on commit deeba6e

Please sign in to comment.