Fixes org.eclipse.jgit.errors.MissingObjectException: Missing commit issue (#10)
parent
c5f529759a
commit
2b98e6bbfd
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue