Skip to content

Commit e3aac0c

Browse files
authored
set git identity to avoid merge failure in CI (#2665)
1 parent a197dcd commit e3aac0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
rm -rf ${REPO_NAME}
3737
fi
3838
'
39+
git config --global user.name "FastDeployCI"
40+
git config --global user.email "fastdeploy_ci@example.com"
3941
git clone ${REPO} ${REPO_NAME}
4042
cd FastDeploy
4143
if [ "${{ github.event_name }}" = "pull_request" ]; then

0 commit comments

Comments
 (0)