Skip to content

Commit acafb51

Browse files
authored
🔧 Update GitHub Actions bot user configuration (#78)
1 parent d843d22 commit acafb51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

latest_changes/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ def main() -> None:
228228
sys.exit(1)
229229

230230
logging.info("Setting up GitHub Actions git user")
231-
subprocess.run(["git", "config", "user.name", "github-actions"], check=True)
231+
subprocess.run(["git", "config", "user.name", "github-actions[bot]"], check=True)
232232
subprocess.run(
233-
["git", "config", "user.email", "github-actions@github.com"], check=True
233+
["git", "config", "user.email", "github-actions[bot]@users.noreply.github.com"], check=True
234234
)
235235
number_of_trials = 10
236236
logging.info(f"Number of trials (for race conditions): {number_of_trials}")

0 commit comments

Comments
 (0)