diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8c231c9970..60256285b3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.SUPERDOC_PAT }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - -d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}"}}' \ + -d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}", "pull-request-url": "${{ github.event.pull_request.html_url }}"}}' \ ${{ secrets.SD_TESTS_URL }}