diff --git a/.github/workflows/sync_to_git_single.yml b/.github/workflows/sync_to_git_single.yml index 4d68c69..e73eaca 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@gitee.com' + git config --global user.name 'Anonymous' && git config --global user.email 'Anonymous@gitee.com' - name: Prepare Key run: | mkdir -p ~/.ssh