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