Skip to content

Commit 8c07382

Browse files
committed
ci: fix sdk gen
1 parent fa32fbd commit 8c07382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
21+
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
22+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
2123

2224
- name: Setup Bun
2325
uses: ./.github/actions/setup-bun

0 commit comments

Comments
 (0)