From 689a8615b692fbb2634048439a93a5b30d5c1804 Mon Sep 17 00:00:00 2001 From: Ansh Goyal Date: Wed, 8 Jan 2025 15:00:36 +0000 Subject: [PATCH] fix wf --- .github/workflows/check-edit-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-edit-links.yml b/.github/workflows/check-edit-links.yml index 670582577b5..7ccca35199a 100644 --- a/.github/workflows/check-edit-links.yml +++ b/.github/workflows/check-edit-links.yml @@ -38,7 +38,7 @@ jobs: - name: Notify Slack if: ${{ steps.extract-404.outputs.errors != '' }} uses: rtCamp/action-slack-notify@v2 - with: + env: SLACK_WEBHOOK: ${{ secrets.WEBSITE_SLACK_WEBHOOK }} SLACK_TITLE: 'Edit Links Checker Errors Report' SLACK_MESSAGE: |