Browse Source

ci: fix sdk gen

Aiden Cline 2 months ago
parent
commit
8c07382382
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/sdk.yml

+ 2 - 0
.github/workflows/sdk.yml

@@ -18,6 +18,8 @@ jobs:
         uses: actions/checkout@v4
         uses: actions/checkout@v4
         with:
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           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
       - name: Setup Bun
         uses: ./.github/actions/setup-bun
         uses: ./.github/actions/setup-bun