Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-01 authored Sep 29, 2021
1 parent 03a7499 commit 0852bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
commit: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.repository }}
prnumber: ${{ github.event.pull_request.number }}
prsource: ${{ github.event.pull_request.base.ref }}
prtarget: ${{ github.event.pull_request.head.ref }}
prsource: ${{ github.event.pull_request.head.ref }}
prtarget: ${{ github.event.pull_request.base.ref }}
username: ${{ secrets.L2_REPO_USER }}
prsourcerepository: ${{ github.event.pull_request.head.repo.full_name }}
run: |
Expand Down

0 comments on commit 0852bdc

Please sign in to comment.