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