Skip to content

Commit

Permalink
update user name config
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2024
1 parent 675caa4 commit c3077d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function setupGitConfig() {
)
await exec.exec(
'git',
['config', '--global', 'user.name', 'GitHub Actions'],
['config', '--global', 'user.name', 'dependabot'],
options
)
core.debug(`git config user configured: ${output}`)
Expand Down

0 comments on commit c3077d8

Please sign in to comment.