File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout codes
23
23
uses : actions/checkout@v3
24
- with :
25
- ref : ${{ github.head_ref }}
26
24
27
25
- name : Install pnpm
28
26
uses : pnpm/action-setup@v2
53
51
steps :
54
52
- name : Checkout codes
55
53
uses : actions/checkout@v3
56
- with :
57
- ref : ${{ github.head_ref }}
58
54
59
55
- name : Install pnpm
60
56
uses : pnpm/action-setup@v2
85
81
steps :
86
82
- name : Checkout codes
87
83
uses : actions/checkout@v3
88
- with :
89
- ref : ${{ github.head_ref }}
90
84
91
85
- name : Install pnpm
92
86
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Checkout codes
18
18
uses : actions/checkout@v3
19
- with :
20
- ref : ${{ github.head_ref }}
21
19
22
20
- name : Setup Node
23
21
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments