diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 3e0b7736..d2413181 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -38,7 +38,7 @@ jobs: - name: Read Results if: ${{ steps.lychee.outputs.exit_code != 0 }} - run: echo "REPORT=$(jq -Rs '```.```' /tmp/links.json)" >> $GITHUB_ENV + run: echo "REPORT=$(jq -Rs '.' /tmp/links.json)" >> $GITHUB_ENV - name: Echo Results if: ${{ steps.lychee.outputs.exit_code != 0 }}