From e5d07e313334d3567e00b633a2fc23732a5ca3a1 Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Thu, 11 Dec 2025 16:09:59 -0500 Subject: [PATCH] Update devdocs-notify.yml Test Slack notifcations --- .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 7d435ab..b974db6 100644 --- a/.github/workflows/devdocs-notify.yml +++ b/.github/workflows/devdocs-notify.yml @@ -12,7 +12,7 @@ jobs: - name: Check for new PR or issues env: REPO_NAME: ${{ github.repository }} - # Make sure this secret name matches what is in your Repo Settings + # Make sure this secret name matches what is in your Repo Settings PR_TITLE: ${{ github.event.pull_request.title || github.event.issue.title }} PR_USER: ${{ github.event.pull_request.user.login || github.event.comment.user.login }} PR_URL: ${{ github.event.pull_request.html_url || github.event.comment.html_url }}