Skip to content

Commit 696c35f

Browse files
committed
ci(workflows): name fred checkout step
1 parent 17ef42c commit 696c35f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/prod-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/stage-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)