Update links.yml

This commit is contained in:
Jake Henning
2021-12-28 16:45:12 +02:00
committed by GitHub
parent 90420f01f2
commit a403682c90

View File

@@ -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 }}