We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e547a6 commit 5f0baebCopy full SHA for 5f0baeb
entrypoint.sh
@@ -13,6 +13,7 @@ echo " "
13
echo "⚙️ Basic Setup"
14
echo "DRY_RUN: $DRY_RUN"
15
git config --system core.longpaths true
16
+git config --global core.longpaths true
17
git config --global user.email "[email protected]" && git config --global user.name "GH Actions Workflow Sync Bot"
18
mkdir "$TEMP_PATH"
19
cd "$TEMP_PATH"
0 commit comments