From 0c696eed401ebad46249ece3ba22f1149850a35b Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 18 Jan 2022 23:03:20 -0500 Subject: [PATCH] Add fetch depth --- .github/workflows/Build.yml | 4 ++++ .github/workflows/Preview.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 20479f12..e5bfe824 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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 diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 05901704..b54c15b3 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -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