File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ jobs:
195
195
runs-on : ${{ matrix.settings.host }}
196
196
steps :
197
197
- uses : actions/checkout@v4
198
- with :
199
- ref : " v${{ inputs.version }}"
198
+ # with:
199
+ # ref: "v${{ inputs.version }}"
200
200
201
201
- name : Corepack
202
202
shell : bash
@@ -299,8 +299,8 @@ jobs:
299
299
runs-on : ${{ matrix.settings.host }}
300
300
steps :
301
301
- uses : actions/checkout@v4
302
- with :
303
- ref : " v${{ inputs.version }}"
302
+ # with:
303
+ # ref: "v${{ inputs.version }}"
304
304
305
305
- run : corepack enable
306
306
shell : bash
@@ -339,8 +339,8 @@ jobs:
339
339
runs-on : ubuntu-latest
340
340
steps :
341
341
- uses : actions/checkout@v4
342
- with :
343
- ref : " v${{ inputs.version }}"
342
+ # with:
343
+ # ref: "v${{ inputs.version }}"
344
344
345
345
- name : Corepack
346
346
run : corepack enable
@@ -376,8 +376,8 @@ jobs:
376
376
runs-on : ubuntu-latest
377
377
steps :
378
378
- uses : actions/checkout@v4
379
- with :
380
- ref : " v${{ inputs.version }}"
379
+ # with:
380
+ # ref: "v${{ inputs.version }}"
381
381
382
382
- run : corepack enable
383
383
shell : bash
@@ -593,8 +593,8 @@ jobs:
593
593
594
594
steps :
595
595
- uses : actions/checkout@v4
596
- with :
597
- ref : " v${{ inputs.version }}"
596
+ # with:
597
+ # ref: "v${{ inputs.version }}"
598
598
599
599
- name : Corepack
600
600
run : corepack enable
You can’t perform that action at this time.
0 commit comments