File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,22 +410,22 @@ jobs:
410
410
with :
411
411
node_version : 18
412
412
continue-on-error : true
413
-
413
+
414
414
- name : Setup baseline version (attempt 2)
415
415
id : setup_baseline_version_attempt2
416
416
if : steps.setup_baseline_version_attempt1.outcome == 'failure'
417
417
uses : ./.github/actions/setup_baseline_version
418
418
with :
419
419
node_version : 18
420
420
continue-on-error : true
421
-
421
+
422
422
- name : Setup baseline version (attempt 3)
423
423
id : setup_baseline_version_attempt3
424
424
if : steps.setup_baseline_version_attempt2.outcome == 'failure'
425
425
uses : ./.github/actions/setup_baseline_version
426
426
with :
427
427
node_version : 18
428
-
428
+
429
429
- name : Set baseline directory output
430
430
id : setup_baseline_version
431
431
run : |
You can’t perform that action at this time.
0 commit comments