mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unnecessary git config --global --add safe.directory (#45663)
Summary: `git config --global --add safe.directory` is no longer necessary because is done inside the Docker container. ## Changelog: [INTERNAL] - Remove unnecessary git config --global --add safe.directory Pull Request resolved: https://github.com/facebook/react-native/pull/45663 Test Plan: CI Reviewed By: blakef Differential Revision: D60229662 Pulled By: cortinico fbshipit-source-id: aa817ff27adaab3e3105ab22af74a871b377295b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a9f5b3cacc
commit
9d9a8d2df6
@@ -7,9 +7,6 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Setup git safe folders
|
||||
shell: bash
|
||||
run: git config --global --add safe.directory '*'
|
||||
- name: Setup node.js
|
||||
uses: ./.github/actions/setup-node
|
||||
- name: Install node dependencies
|
||||
|
||||
@@ -14,9 +14,6 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Setup git safe folders
|
||||
shell: bash
|
||||
run: git config --global --add safe.directory '*'
|
||||
- name: Create /tmp/hermes/osx-bin directory
|
||||
shell: bash
|
||||
run: mkdir -p /tmp/hermes/osx-bin
|
||||
|
||||
@@ -281,8 +281,6 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user