Skip to content

Commit

Permalink
Setup git config --global --add safe.directory '*'
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 1, 2024
1 parent 74adc8e commit 9f6cb21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ jobs:
needs: [set_release_type]
container:
image: reactnativecommunity/react-native-android:latest
options: --user 1001
env:
TERM: "dumb"
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
Expand All @@ -509,6 +508,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup git safe folders
run: git config --global --add safe.directory '*'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
Expand Down Expand Up @@ -569,7 +570,6 @@ jobs:
]
container:
image: reactnativecommunity/react-native-android:latest
options: --user 1001
env:
TERM: "dumb"
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
Expand All @@ -589,6 +589,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup git safe folders
run: git config --global --add safe.directory '*'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit 9f6cb21

Please sign in to comment.