mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-08-07 06:29:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user