Revert "Remove unnecessary git config --global --add safe.directory" (#45929)

Summary:
This reverts commit 9d9a8d2df6.

## Changelog:

[INTERNAL] - This reverts commit 9d9a8d2df6.

Pull Request resolved: https://github.com/facebook/react-native/pull/45929

Test Plan: CI

Reviewed By: blakef

Differential Revision: D60901502

Pulled By: cortinico

fbshipit-source-id: 2b7a7908a29f031c1f229907aa899a8a6960da4b
This commit is contained in:
Nicola Corti
2024-08-07 06:39:31 -07:00
committed by Facebook GitHub Bot
parent baa366654e
commit 2ca01b4d04
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -478,6 +478,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup git safe folders
run: git config --global --add safe.directory '*'
- name: Download npm package artifact
uses: actions/download-artifact@v4.1.3
with: