File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ concurrency:
16
16
cancel-in-progress : true
17
17
18
18
env :
19
- PNPM_VERSION : 9.x.x
20
19
HASH_FILE : build_hash
21
20
22
21
jobs :
90
89
- name : Checkout LFS objects
91
90
run : git lfs checkout
92
91
- uses : pnpm/action-setup@v2
93
- with :
94
- version : ${{ env.PNPM_VERSION }}
92
+
95
93
- name : Use Node.js ${{ matrix.node-version }}
96
94
uses : actions/setup-node@v4
97
95
with :
Original file line number Diff line number Diff line change 58
58
- name : Checkout LFS objects
59
59
run : git lfs checkout
60
60
- uses : pnpm/action-setup@v2
61
- with :
62
- version : ${{ env.PNPM_VERSION }}
63
61
- name : Use Node.js ${{ matrix.node-version }}
64
62
uses : actions/setup-node@v4
65
63
with :
304
302
上面的脚本由 GPT-4 编写,经过测试可用。
305
303
306
304
``` sh
307
- ~ /shiro$ bash rollback.sh
305
+ ~ /shiro$ bash rollback.sh
308
306
请选择一个文件夹进行操作:
309
307
1) 56
310
308
2) 53
427
425
permissions: write-all
428
426
429
427
env:
430
- PNPM_VERSION: 9.x.x
431
428
HASH_FILE: build_hash
432
429
433
430
jobs:
Original file line number Diff line number Diff line change 58
58
- name : Checkout LFS objects
59
59
run : git lfs checkout
60
60
- uses : pnpm/action-setup@v2
61
- with :
62
- version : ${{ env.PNPM_VERSION }}
63
61
- name : Use Node.js ${{ matrix.node-version }}
64
62
uses : actions/setup-node@v4
65
63
with :
304
302
permissions: write-all
305
303
306
304
env:
307
- PNPM_VERSION: 9.x.x
305
+
308
306
HASH_FILE: build_hash
309
307
310
308
jobs:
You can’t perform that action at this time.
0 commit comments