diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index ff8fadef..7d7daa38 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -32,6 +32,6 @@ jobs: with: status: ${{ job.status }} notify_when: "failure" - notification_title: ${{run_url}} + notification_title: "{run_url}" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_BROKEN_LINKS }}