The term 'git' is not recognized

Hi all, I’m getting the error The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. I’m on a 64-bit Windows machine, so I had to add Git\cmd and Git\bin to my System environment variables. After that, I restarted PowerShell and it recognizes git: > git --version => git version 2.28.0.windows.1, then I restarted my GitLab runner which is using the Shell executor. But I’m still getting the same error. Any insight?