Skip to content

Commit dcbc6f8

Browse files
committed
fix: specify ref for checkout action in deploy workflow
1 parent dc82809 commit dcbc6f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
ref: master
2325

2426
- uses: pnpm/action-setup@v4
2527
with:

0 commit comments

Comments
 (0)