File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ jobs:
151151 path : mdn/mdn-contributor-spotlight
152152 persist-credentials : false
153153
154- - uses : actions/checkout@v5
154+ - name : Checkout (fred)
155+ uses : actions/checkout@v5
155156 if : ${{ ! vars.SKIP_BUILD }}
156157 with :
157158 repository : mdn/fred
Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ jobs:
174174 path : mdn/mdn-contributor-spotlight
175175 persist-credentials : false
176176
177- - uses : actions/checkout@v5
177+ - name : Checkout (fred)
178+ uses : actions/checkout@v5
178179 if : ${{ ! vars.SKIP_BUILD }}
179180 with :
180181 repository : mdn/fred
Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ jobs:
184184 path : mdn/mdn-contributor-spotlight
185185 persist-credentials : false
186186
187- - uses : actions/checkout@v5
187+ - name : Checkout (fred)
188+ uses : actions/checkout@v5
188189 if : ${{ ! vars.SKIP_BUILD }}
189190 with :
190191 repository : mdn/fred
You can’t perform that action at this time.
0 commit comments