From fdd59c115d6e02a7a2efb63bf3c8ec77a7b6e918 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Wed, 31 May 2023 16:30:39 +0100 Subject: [PATCH] ci: add safe.directory to git config --- .github/workflows/ct-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ct-release.yml b/.github/workflows/ct-release.yml index 608da30..c5b0b35 100644 --- a/.github/workflows/ct-release.yml +++ b/.github/workflows/ct-release.yml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 + - name: Git safe.directory + run: git config --global --add safe.directory $PWD + - name: Setup Git run: | git config --global user.email "github-actions[bot]@users.noreply.github.com"