Disable shallow clone for user configs

This commit is contained in:
2021-12-24 01:30:22 +01:00
parent 4779d02a9e
commit 8d7e94958a

View File

@ -18,8 +18,6 @@ jobs:
- name: Checkout (without submodules)
uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Checkout and install esp-idf
uses: 0xFEEDC0DE64/checkout_install_esp_idf@main