File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ gh_validate_input "WORKFLOW_FILES" "WORKFLOW_FILES List is required"
1010
1111# Configure Github Details
1212gh_log
13- gitconfig
" Github Actions Workflow Sync Bot" " [email protected] " 14- git config --system core.longpaths true
13+ # git config --system core.longpaths true
1514git 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
You can’t perform that action at this time.
0 commit comments