Add fetch depth

This commit is contained in:
Syer10
2022-01-18 23:03:20 -05:00
parent 8bbb2200e7
commit 0c696eed40
2 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ jobs:
shell: ${{ matrix.shell }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
@@ -110,6 +112,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download Build Artifacts
uses: actions/download-artifact@v2

View File

@@ -51,6 +51,8 @@ jobs:
shell: ${{ matrix.shell }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
@@ -118,6 +120,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download Build Artifacts
uses: actions/download-artifact@v2