Skip to content

Commit

Permalink
ci: Add missing fern generate
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Jan 28, 2025
1 parent 1071b52 commit 67e5b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/follow-merge-upstream-repo-sync-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ jobs:
- name: Check Fern API is valid
run: fern check

- name: Generate Python SDK
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
working-directory: "${{ env.UPSTREAM_REPO_WORKDIR }}"
run: fern generate --group python-sdk-staging --log-level debug

- name: Find or Create PR
uses: ./.github/actions-hub/actions/follow-merge-find-or-create-pull-request
id: get-pr
Expand Down

0 comments on commit 67e5b19

Please sign in to comment.