diff --git a/.github/actions/deps/ports/espressif/action.yml b/.github/actions/deps/ports/espressif/action.yml index fd77ea891e00..93edca019009 100644 --- a/.github/actions/deps/ports/espressif/action.yml +++ b/.github/actions/deps/ports/espressif/action.yml @@ -37,6 +37,6 @@ runs: echo Worktree: $GIT_WORK_TREE git config --list --show-origin echo ** Global Git config: - git config --global --list --show-origin - GIT_CEILING_DIRECTORIES=$IDF_PATH/.git GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_PACK_ACCESS=1 GIT_TRACE_PACKFILE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git -c protocol.file.allow=always submodule update --init --depth=1 -v -v --recursive $IDF_PATH + git config --global --list --show-origin || true + GIT_CEILING_DIRECTORIES=$IDF_PATH GIT_WORK_TREE=$IDF_PATH/.git GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_PACK_ACCESS=1 GIT_TRACE_PACKFILE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git -c protocol.file.allow=always submodule update --init --depth=1 -v -v --recursive $IDF_PATH shell: bash