I think there was a previous git account on my computer, I tried to uninstall Git and re-install it and did the following commands to configure it :
git config --global user.name "myusername" git config --global user.email myemail
But I always get a wrong user as pipeline triggerer :
What can I do ?
Thanks
Update 1 : I get the correct user name as commit author, the problem is only on pipelines.