Skip to content

Commit 4840a9e

Browse files
committed
ci: update checkout mechanism
1 parent 6d1249b commit 4840a9e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/verify-build.yml

-12
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
with:
15-
ref: ${{ github.event.pull_request.head.sha }}
1614

1715
- uses: pnpm/action-setup@v4
1816
name: Install pnpm
@@ -30,8 +28,6 @@ jobs:
3028
steps:
3129
- name: Checkout
3230
uses: actions/checkout@v4
33-
with:
34-
ref: ${{ github.event.pull_request.head.sha }}
3531

3632
- uses: pnpm/action-setup@v4
3733
name: Install pnpm
@@ -49,8 +45,6 @@ jobs:
4945
steps:
5046
- name: Checkout
5147
uses: actions/checkout@v4
52-
with:
53-
ref: ${{ github.event.pull_request.head.sha }}
5448

5549
- uses: pnpm/action-setup@v4
5650
name: Install pnpm
@@ -73,8 +67,6 @@ jobs:
7367
steps:
7468
- name: Checkout
7569
uses: actions/checkout@v4
76-
with:
77-
ref: ${{ github.event.pull_request.head.sha }}
7870

7971
- uses: pnpm/action-setup@v4
8072
name: Install pnpm
@@ -92,8 +84,6 @@ jobs:
9284
steps:
9385
- name: Checkout
9486
uses: actions/checkout@v4
95-
with:
96-
ref: ${{ github.event.pull_request.head.sha }}
9787

9888
- uses: pnpm/action-setup@v4
9989
name: Install pnpm
@@ -111,8 +101,6 @@ jobs:
111101
steps:
112102
- name: Checkout
113103
uses: actions/checkout@v4
114-
with:
115-
ref: ${{ github.event.pull_request.head.sha }}
116104

117105
- uses: pnpm/action-setup@v4
118106
name: Install pnpm

0 commit comments

Comments
 (0)