Skip to content

Commit 2332db9

Browse files
authored
fix: Update PR builder (#2424)
1 parent fa993a6 commit 2332db9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/maven-pr-builder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040

4141
- name: Checkout Code
4242
uses: actions/checkout@v3
43-
43+
with:
44+
ref: ${{ github.event.pull_request.head.ref }}
45+
repository: ${{ github.event.pull_request.head.repo.full_name }}
46+
4447
- name: Set up JDK 17
4548
uses: actions/setup-java@v3
4649
with:

0 commit comments

Comments
 (0)