From c90b00e2009281876934d71c74bc39f7a526c273 Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Mon, 4 Nov 2024 10:14:47 +0100 Subject: [PATCH] fix: value --- .github/workflows/link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}