1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge pull request #13720 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-01-04 17:30:54 -06:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ jobs:
output: ' '
- name: Insight into changed files
run: |
echo ${{ steps.get_diff_files.outputs.files }}
echo "${{ steps.get_diff_files.outputs.files }}"
- name: Link check (warnings, changed files)
run: |
@@ -56,7 +56,7 @@ jobs:
--check-anchors \
--check-images \
--verbose \
${{ steps.get_diff_files.outputs.files }}
"${{ steps.get_diff_files.outputs.files }}"
- name: Link check (critical, all files)
run: |