Update links.yml

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

View File

@ -36,10 +36,14 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Read Markdown
- name: Read Results
if: ${{ steps.lychee.outputs.exit_code != 0 }}
run: echo "REPORT=$(echo jq -Rs '```.```' /tmp/links.json)" >> $GITHUB_ENV
- name: Echo Results
if: ${{ steps.lychee.outputs.exit_code != 0 }}
run: echo $REPORT
- name: Slack Notification
if: ${{ steps.lychee.outputs.exit_code != 0 }}
uses: tokorom/action-slack-incoming-webhook@main