diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d52a6ee8..2941489c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,9 +21,9 @@ jobs: token: ${{ secrets.L2_REPO_TOKEN }} commit: ${{ github.event.pull_request.head.sha }} repository: ${{ github.repository }} - prnumber: ${{ github.event.pull_request.number }} - prsource: ${{ github.event.pull_request.head.ref }} - prtarget: ${{ github.event.pull_request.base.ref }} + prnumber: ${{ github.event.pull_request.number }} + prsource: ${{ github.event.pull_request.base.ref }} + prtarget: ${{ github.event.pull_request.head.ref }} username: ${{ secrets.L2_REPO_USER }} prsourcerepository: ${{ github.event.pull_request.head.repo.full_name }} run: |