Skip to content

Commit 3708f43

Browse files
committed
Fix color issue
1 parent 9debedd commit 3708f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v5
22+
with:
23+
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2224
- uses: oven-sh/setup-bun@v2
2325
with:
2426
bun-version: latest

0 commit comments

Comments
 (0)