diff --git a/.github/workflows/devdocs-notify.yml b/.github/workflows/devdocs-notify.yml index fc5b1f9..f78d720 100644 --- a/.github/workflows/devdocs-notify.yml +++ b/.github/workflows/devdocs-notify.yml @@ -13,7 +13,7 @@ jobs: env: ISSUE_TITLE: ${{ github.event.issue.title }} ISSUE_USER: ${{ github.event.issue.user.login }} - ISSUE_URL: ${{ github.event.issue.html_url }} + ISSUE_URL: ${{ github.event.issue.html_url }} REPO_NAME: ${{ github.repository }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} run: |