set git identity to avoid merge failure in CI (#2665)
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
YuBaoku
2025-07-01 19:06:46 +08:00
committed by GitHub
parent a197dcd729
commit e3aac0c5b8

View File

@@ -36,6 +36,8 @@ jobs:
rm -rf ${REPO_NAME}
fi
'
git config --global user.name "FastDeployCI"
git config --global user.email "fastdeploy_ci@example.com"
git clone ${REPO} ${REPO_NAME}
cd FastDeploy
if [ "${{ github.event_name }}" = "pull_request" ]; then