Skip to content

Commit b52c54d

Browse files
Updated GitConfig.
1 parent c638104 commit b52c54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for R in "${REPOSITORIES[@]}"; do
9696

9797
gh_log
9898
cd "$GIT_PATH"
99-
gitconfig "Github Actions Workflow Sync Bot" "[email protected]"
99+
gitconfig "Github Actions Workflow Sync Bot" "[email protected]" >/dev/null 2>&1
100100
if [ "$IS_BRANCH_CREATED" = false ]; then
101101
git pull >/dev/null 2>&1
102102
fi
@@ -231,4 +231,4 @@ for R in "${REPOSITORIES[@]}"; do
231231
gh_log_group_end
232232
cd "${TEMP_PATH}"
233233
rm -rf "${GIT_PATH}"
234-
done
234+
done

0 commit comments

Comments
 (0)