From 53727062db036596eaec9e7fff6d1d9e112c2206 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 28 Feb 2023 20:27:11 +0000 Subject: Disable safe.directory check (#19970) --- .github/workflows/format_push.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/format_push.yml') diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 5469ab0faa..26e9f4edfb 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml @@ -16,6 +16,9 @@ jobs: container: qmkfm/qmk_cli steps: + - name: Disable safe.directory check + run : git config --global --add safe.directory '*' + - uses: actions/checkout@v3 with: fetch-depth: 0 -- cgit v1.2.3