Skip to content

Commit 19fc5d9

Browse files
authored
Merge pull request #13720 from github/repo-sync
repo sync
2 parents 083e8f0 + 51fa232 commit 19fc5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-check-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
output: ' '
4747
- name: Insight into changed files
4848
run: |
49-
echo ${{ steps.get_diff_files.outputs.files }}
49+
echo "${{ steps.get_diff_files.outputs.files }}"
5050
5151
- name: Link check (warnings, changed files)
5252
run: |
@@ -56,7 +56,7 @@ jobs:
5656
--check-anchors \
5757
--check-images \
5858
--verbose \
59-
${{ steps.get_diff_files.outputs.files }}
59+
"${{ steps.get_diff_files.outputs.files }}"
6060
6161
- name: Link check (critical, all files)
6262
run: |

0 commit comments

Comments
 (0)