GHA: Link Checker. Print link report in console for now

This commit is contained in:
mDuo13
2021-05-20 17:42:34 -07:00
parent 335fe4e5d0
commit 588bcea2e6

View File

@@ -42,6 +42,7 @@ jobs:
echo 'LINKREPORT<<EOF' >> $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