From 7c1cae0ce4d711f3ef5be2aca97ee1dc1c346aad Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 22 Apr 2022 16:38:15 +0100 Subject: [PATCH] Fix a CI failure for any distro using git >= 2.35.3 --- .github/workflows/create_containers.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 5e9c2b8999a..f2b13a121b9 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -14,7 +14,9 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + set-safe-directory: "*" - name: "Generate Dockerfile" env: OS: ${{ matrix.os }}