We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140b95b commit 84523cbCopy full SHA for 84523cb
src/gitUtils.ts
@@ -3,7 +3,7 @@ import { exec } from '@actions/exec'
3
import { execWithOutput, identify } from './utils.js'
4
5
export const setupUser = async () => {
6
- await exec('git', ['config', 'user.name', process.env.GITLAB_USER_NAME!])
+ await exec('git', ['config', 'user.name', process.env.GITLAB_CI_USER_NAME!])
7
await exec('git', [
8
'config',
9
'user.email',
0 commit comments