diff --git a/.github/workflows/devdocs-notify.yml b/.github/workflows/devdocs-notify.yml index 1a7a5da..950680e 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: ISSUE_TITLE: ${{ github.event.issue.title }} ISSUE_USER: ${{ github.event.issue.user.login }} ISSUE_URL: ${{ github.event.issue.html_url }}