From cef580b3d05eb4f795ca0fb0e98655b68a5f00c8 Mon Sep 17 00:00:00 2001 From: lan-tianxiang <42911023+lan-tianxiang@users.noreply.github.com> Date: Sun, 28 Mar 2021 11:31:04 +0800 Subject: [PATCH] Update sync_to_git_single.yml --- .github/workflows/sync_to_git_single.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_to_git_single.yml b/.github/workflows/sync_to_git_single.yml index d786169..4d68c69 100644 --- a/.github/workflows/sync_to_git_single.yml +++ b/.github/workflows/sync_to_git_single.yml @@ -17,7 +17,7 @@ jobs: sudo -E apt-get update -y sudo -E apt-get install -y build-essential git git-core curl wget sudo -E apt-get clean -y - git config --global user.name 'lxk0301' && git config --global user.email 'lxk0301@github.com' + git config --global user.name 'lxk0301' && git config --global user.email 'lxk0301@gitee.com' - name: Prepare Key run: | mkdir -p ~/.ssh