From 5ca532a744534cdd9ee150cb5b12fb5922402af9 Mon Sep 17 00:00:00 2001 From: Thiago Silva Date: Sat, 14 May 2022 00:17:50 -0300 Subject: [PATCH] Mark the git dir as safe --- .github/workflows/ci_testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 94a55218bd..b0df5f7871 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -88,6 +88,7 @@ jobs: repository: ${{ github.event.inputs.repo }} - name: Generating the CHANGELOG file run: | + git config --global --add safe.directory {$GITHUB_WORKSPACE} git fetch --tags mkdir -p ${GITHUB_WORKSPACE}/artifacts docker run -e PAT=${{ secrets.GITHUB_TOKEN }} -e TAG=$TAG \