Skip to content

Commit

Permalink
Add disable git safe directory check step (#20040)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored Mar 7, 2023
1 parent c8237a7 commit e6e11df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/newbs_building_firmware_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:

steps:

- name: Disable git safe directory checks
run : git config --global --add safe.directory '*'

- name: Checkout QMK
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e6e11df

Please sign in to comment.