Improve update check
This commit is contained in:
parent
a470481de1
commit
28844b308b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue