diff options
| author | QMK Bot <hello@qmk.fm> | 2023-02-28 20:29:48 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2023-02-28 20:29:48 +0000 |
| commit | 791ab00ff381983797af5be644ea16c6b5bd689c (patch) | |
| tree | 50a1d38440e74a28aa1855a6b9867eb233fbc8e6 /.github/workflows/format_push.yml | |
| parent | c9b206ffc85852da67abec4f0a62920fad9a379d (diff) | |
| parent | 53727062db036596eaec9e7fff6d1d9e112c2206 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/format_push.yml')
| -rw-r--r-- | .github/workflows/format_push.yml | 3 |
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 |
