diff --git a/.github/workflows/devdocs-notify.yml b/.github/workflows/devdocs-notify.yml index c4f299f..0ed03bb 100644 --- a/.github/workflows/devdocs-notify.yml +++ b/.github/workflows/devdocs-notify.yml @@ -14,7 +14,7 @@ jobs: ISSUE_TITLE: ${{ github.event.issue.title }} ISSUE_USER: ${{ github.event.issue.user.login }} ISSUE_URL: ${{ github.event.issue.html_url }} - REPO_NAME: ${{ github.repository }} + REPO_NAME: ${{ github.repository }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} run: | # Build message text using jq to safely handle user input