From c3077d8a19f712e4c1ca409940f040dd4be3e8e5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 17:17:24 +0000 Subject: [PATCH] update user name config --- src/cmd-exec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-exec.js b/src/cmd-exec.js index 536e8fd..ebfd1fa 100644 --- a/src/cmd-exec.js +++ b/src/cmd-exec.js @@ -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}`)