From 6aea1a073cb6601adebc382333efc8264a64858d Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Wed, 18 Dec 2024 11:25:28 +0100 Subject: [PATCH] chore: use correct field name for pr ref --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 59082e36a..3878286ea 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -38,4 +38,4 @@ jobs: secrets: inherit with: ref: ${{ github.event.pull_request.head.ref }} - repo: ${{ github.event.pull_request.head.repo.name }} \ No newline at end of file + repo: ${{ github.event.pull_request.head.repo.full_name }} \ No newline at end of file