summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Bartell <pbartell@amazon.com>2022-08-12 12:46:32 -0700
committerPaul Bartell <paul.bartell@gmail.com>2022-08-17 15:43:21 -0700
commita044e089d0c271e8f79fb410a4d388cd7921c273 (patch)
treeb6b724d46f542efb98b0a3ac1911168d29eec8fc /.github
parent466ee59830cf512fa5d1bed191a0500515d104cc (diff)
downloadfreertos-git-a044e089d0c271e8f79fb410a4d388cd7921c273.tar.gz
ci.yml: Update manifest check git checkout step
Update manifest checkout step to use fetch-depth=0 and fetch the entire repository history.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
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: