We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9debedd commit 3708f43Copy full SHA for 3708f43
.github/workflows/deploy.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v5
22
+ with:
23
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
24
- uses: oven-sh/setup-bun@v2
25
with:
26
bun-version: latest
0 commit comments