fix(ci): use canonical github-actions[bot] noreply email in mirror workflow

The previous 'actions@github.com' was a generic placeholder. Using the
canonical noreply form (id 41898282) ensures any commit attribution from
this workflow links to the github-actions bot profile.
This commit is contained in:
2026-05-13 14:53:03 +07:00
parent 819c555ef3
commit 47a98cb396
+2 -2
View File
@@ -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