diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c27aa00d4..0e2258b64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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