File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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
You can’t perform that action at this time.
0 commit comments