Fixes org.eclipse.jgit.errors.MissingObjectException: Missing commit issue (#10)

pull/11/head
Sergii Kabashniuk 2021-05-25 11:39:47 +03:00 committed by GitHub
parent c5f529759a
commit 2b98e6bbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: