From 588bcea2e6fa409aa60b47b8d26b9afb04e8ba63 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 20 May 2021 17:42:34 -0700 Subject: [PATCH] GHA: Link Checker. Print link report in console for now --- .github/workflows/link-checker-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 57726b86bc..65b1e311bc 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -42,6 +42,7 @@ jobs: echo 'LINKREPORT<> $GITHUB_ENV cat linkreport.txt >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV + cat linkreport.txt # # Disabled because the ripple GitHub org doesn't allow the GITHUB_TOKEN to do this # - name: Comment Broken Links