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 }}