From d29967c74980e475d36742dbb3725b9c4282da4e Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Thu, 27 Nov 2025 10:40:43 -0500 Subject: [PATCH] Update devdocs-notify.yml Test --- .github/workflows/devdocs-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devdocs-notify.yml b/.github/workflows/devdocs-notify.yml index 806325f..fe9081c 100644 --- a/.github/workflows/devdocs-notify.yml +++ b/.github/workflows/devdocs-notify.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check for new PR or issues - env: + env: REPO_NAME: ${{ github.repository }} # Make sure this secret name matches what is in your Repo Settings SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}