We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa32fbd commit 8c07382Copy full SHA for 8c07382
.github/workflows/sdk.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
with:
20
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 }}
23
24
- name: Setup Bun
25
uses: ./.github/actions/setup-bun
0 commit comments