From b38bc1942d8e2e80ddceafe2ab90cfc6401c750c Mon Sep 17 00:00:00 2001 From: Damian Krolik Date: Tue, 30 May 2023 15:29:03 +0200 Subject: [PATCH] [nrf noup] [nrfconnect] Fix release tools workflow --- .github/workflows/release_tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_tools.yaml b/.github/workflows/release_tools.yaml index ce0dfc3f5b..8c336b4fef 100644 --- a/.github/workflows/release_tools.yaml +++ b/.github/workflows/release_tools.yaml @@ -47,7 +47,7 @@ jobs: with: ref: "${{ github.event.inputs.commit }}" - name: Checkout submodules - run: scripts/checkout_submodules.py --shallow --platform linux + run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap timeout-minutes: 10 run: scripts/build/gn_bootstrap.sh