Skip to content

Commit bf0814d

Browse files
authored
Update pullrequest.yml
Signed-off-by: Todd Baert <[email protected]>
1 parent d84c770 commit bf0814d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: Check out the code
2222
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
23+
with:
24+
fetch-depth: 0
25+
submodules: recursive
2326

2427
- name: Set up JDK ${{ matrix.build.java }}
2528
uses: actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0

0 commit comments

Comments
 (0)