Update links.yml

This commit is contained in:
Jake Henning 2021-12-28 16:42:04 +02:00 committed by GitHub
parent a044d0d36b
commit 90420f01f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
- name: Read Results
if: ${{ steps.lychee.outputs.exit_code != 0 }}
run: echo "REPORT=$(echo 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 }}