diff --git a/.github/workflows/devdocs-notify.yml b/.github/workflows/devdocs-notify.yml index 7d435ab..0bea874 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 PR_TITLE: ${{ github.event.pull_request.title || github.event.issue.title }}