File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ jobs:
624
624
steps :
625
625
- name : mark the job as a success
626
626
run : exit 0
627
+ shell : bash
627
628
name : bors build finished
628
629
runs-on : ubuntu-latest
629
630
try-failure :
@@ -633,6 +634,7 @@ jobs:
633
634
steps :
634
635
- name : mark the job as a failure
635
636
run : exit 1
637
+ shell : bash
636
638
name : bors build finished
637
639
runs-on : ubuntu-latest
638
640
auto-success :
@@ -642,6 +644,7 @@ jobs:
642
644
steps :
643
645
- name : mark the job as a success
644
646
run : exit 0
647
+ shell : bash
645
648
name : bors build finished
646
649
runs-on : ubuntu-latest
647
650
auto-failure :
@@ -651,5 +654,6 @@ jobs:
651
654
steps :
652
655
- name : mark the job as a failure
653
656
run : exit 1
657
+ shell : bash
654
658
name : bors build finished
655
659
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -210,12 +210,14 @@ x--expand-yaml-anchors--remove:
210
210
steps :
211
211
- name : mark the job as a success
212
212
run : exit 0
213
+ shell : bash
213
214
<< : *base-outcome-job
214
215
215
216
- &base-failure-job
216
217
steps :
217
218
- name : mark the job as a failure
218
219
run : exit 1
220
+ shell : bash
219
221
<< : *base-outcome-job
220
222
221
223
# ##########################
You can’t perform that action at this time.
0 commit comments