mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-04 04:28:27 +00:00
b8a311131e
## Problem We have `git config --global --add safe.directory ...` leftovers from the past, but `actions/checkout` does it by default (since v3.0.2, we use v4) ## Summary of changes - Remove `git config --global --add safe.directory ...` hack