From d6789a73d0a8659d309af3dab0773f79ccca723f Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Fri, 5 Dec 2025 14:20:40 -0500 Subject: [PATCH] Update devdocs-notify.yml Test Slack Payload --- .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..6379d9b 100644 --- a/.github/workflows/devdocs-notify.yml +++ b/.github/workflows/devdocs-notify.yml @@ -13,7 +13,7 @@ jobs: env: REPO_NAME: ${{ github.repository }} # Make sure this secret name matches what is in your Repo Settings - PR_TITLE: ${{ github.event.pull_request.title || github.event.issue.title }} + 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 }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}