mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-02-06 02:23:29 +08:00
ci.yml: Update manifest check git checkout step
Update manifest checkout step to use fetch-depth=0 and fetch the entire repository history.
This commit is contained in:
committed by
Paul Bartell
parent
466ee59830
commit
a044e089d0
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -130,6 +130,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Install Python3
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user