From 28844b308be47116bab01ec29ca4f93a0400a497 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 7 Jan 2021 17:34:32 +0800 Subject: [PATCH] Improve update check --- update-check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-check.py b/update-check.py index 48ce7a3..b1127f6 100644 --- a/update-check.py +++ b/update-check.py @@ -29,7 +29,7 @@ def check_version(directory, new_version): f.write(new_version) # commit result = os.system(f"git config --local user.email 'actions@github.com' \ - && git config --local user.name 'Github Action' \ + && git config --local user.name 'GitHub Actions' \ && git add {directory}/VERSION \ && git commit -m 'Bump {directory} version to {new_version}'") if result != 0: