From 8d62b6bfe8402fdd27e3aad97f8aff93c876e8c1 Mon Sep 17 00:00:00 2001 From: Gabriel Chittolina Date: Fri, 18 Jul 2025 17:17:33 -0300 Subject: [PATCH] feat: added PR url to sd tests --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}