Skip to content

Commit 17aacb8

Browse files
authored
Fix: PR builder check out src (#2431)
1 parent 14c88b5 commit 17aacb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
- name: Checkout Code
4242
uses: actions/checkout@v3
43+
ref: ${{ github.event.pull_request.head.sha }}
4344

4445
- name: Set up JDK 17
4546
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)