From a044e089d0c271e8f79fb410a4d388cd7921c273 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Fri, 12 Aug 2022 12:46:32 -0700 Subject: [PATCH] ci.yml: Update manifest check git checkout step Update manifest checkout step to use fetch-depth=0 and fetch the entire repository history. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89eb5ad80..cc72f5639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + fetch-depth: 0 - name: Install Python3 uses: actions/setup-python@v2 with: