ci: fix sdk gen

pull/5293/head
Aiden Cline 2025-12-09 14:16:22 -06:00
parent fa32fbd187
commit 8c07382382
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
- name: Setup Bun
uses: ./.github/actions/setup-bun