diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 1ab88e1..08f4a02 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -30,8 +30,8 @@ jobs: - name: Mirror to GitLab run: | - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" # Add GitLab remote git remote add gitlab git@gitlab.com:miti99/miti99.gitlab.io.git