summary refs log tree commit diff
path: root/.github/workflows/format_push.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format_push.yml')
-rw-r--r--.github/workflows/format_push.yml3
1 files changed, 3 insertions, 0 deletions
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