Skip to content

Commit 5f0baeb

Browse files
Added Long Paths
1 parent 2e547a6 commit 5f0baeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ echo " "
1313
echo "⚙️ Basic Setup"
1414
echo "DRY_RUN: $DRY_RUN"
1515
git config --system core.longpaths true
16+
git config --global core.longpaths true
1617
git config --global user.email "[email protected]" && git config --global user.name "GH Actions Workflow Sync Bot"
1718
mkdir "$TEMP_PATH"
1819
cd "$TEMP_PATH"

0 commit comments

Comments
 (0)