diff options
| author | Aiden Cline <[email protected]> | 2025-12-09 14:16:22 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-09 14:16:22 -0600 |
| commit | 8c073823823b8dd687ee0fd834742ba0a3f6d69d (patch) | |
| tree | 3d1c01c97986a58d20a2d72a2ea630951133f4ac /.github/workflows | |
| parent | fa32fbd187b90a4621d56040f1597e6201e51834 (diff) | |
| download | opencode-8c073823823b8dd687ee0fd834742ba0a3f6d69d.tar.gz opencode-8c073823823b8dd687ee0fd834742ba0a3f6d69d.zip | |
ci: fix sdk gen
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/sdk.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index b31dc3ce1..2e50be1f0 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -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 |
