Skip to content

Commit c638104

Browse files
Quick Fix For #4
1 parent f35311c commit c638104

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

entrypoint.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ gh_validate_input "WORKFLOW_FILES" "WORKFLOW_FILES List is required"
1010

1111
# Configure Github Details
1212
gh_log
13-
gitconfig "Github Actions Workflow Sync Bot" "[email protected]"
14-
git config --system core.longpaths true
13+
#git config --system core.longpaths true
1514
git config --global core.longpaths true
1615

1716
# Make Temp Work Directory
@@ -97,7 +96,7 @@ for R in "${REPOSITORIES[@]}"; do
9796

9897
gh_log
9998
cd "$GIT_PATH"
100-
99+
gitconfig "Github Actions Workflow Sync Bot" "[email protected]"
101100
if [ "$IS_BRANCH_CREATED" = false ]; then
102101
git pull >/dev/null 2>&1
103102
fi
@@ -232,4 +231,4 @@ for R in "${REPOSITORIES[@]}"; do
232231
gh_log_group_end
233232
cd "${TEMP_PATH}"
234233
rm -rf "${GIT_PATH}"
235-
done
234+
done

0 commit comments

Comments
 (0)