File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 71
71
uses : actions/checkout@v3
72
72
with :
73
73
fetch-depth : 2
74
+ - name : " checkout the `master` branch for tidy"
75
+ uses : actions/checkout@v3
76
+ with :
77
+ ref : master
78
+ fetch-depth : 1
74
79
- name : configure the PR in which the error message will be posted
75
80
run : " echo \" [CI_PR_NUMBER=$num]\" "
76
81
env :
@@ -485,6 +490,11 @@ jobs:
485
490
uses : actions/checkout@v3
486
491
with :
487
492
fetch-depth : 2
493
+ - name : " checkout the `master` branch for tidy"
494
+ uses : actions/checkout@v3
495
+ with :
496
+ ref : master
497
+ fetch-depth : 1
488
498
- name : configure the PR in which the error message will be posted
489
499
run : " echo \" [CI_PR_NUMBER=$num]\" "
490
500
env :
@@ -600,6 +610,11 @@ jobs:
600
610
uses : actions/checkout@v3
601
611
with :
602
612
fetch-depth : 2
613
+ - name : " checkout the `master` branch for tidy"
614
+ uses : actions/checkout@v3
615
+ with :
616
+ ref : master
617
+ fetch-depth : 1
603
618
- name : configure the PR in which the error message will be posted
604
619
run : " echo \" [CI_PR_NUMBER=$num]\" "
605
620
env :
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ x--expand-yaml-anchors--remove:
103
103
with :
104
104
fetch-depth : 2
105
105
106
+ - name : checkout the `master` branch for tidy
107
+ uses : actions/checkout@v3
108
+ with :
109
+ ref : master
110
+ fetch-depth : 1
111
+
106
112
# Rust Log Analyzer can't currently detect the PR number of a GitHub
107
113
# Actions build on its own, so a hint in the log message is needed to
108
114
# point it in the right direction.
You can’t perform that action at this time.
0 commit comments