Skip to content

Commit 74311db

Browse files
committed
fix: use correct ref in preview workflow
1 parent 29a3f48 commit 74311db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24+
ref: ${{ github.head_ref}}
2425

2526
- name: Setup bun
2627
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)