[U] Auto push
This commit is contained in:
parent
8b02b49884
commit
f1396670a0
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ if __name__ == '__main__':
|
||||||
# Get commit SHA
|
# Get commit SHA
|
||||||
sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip()
|
sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip()
|
||||||
|
|
||||||
|
# Push
|
||||||
|
print()
|
||||||
|
print('Pushing...')
|
||||||
|
os.system('git push')
|
||||||
|
|
||||||
# Copy comment to clipboard
|
# Copy comment to clipboard
|
||||||
comment = f"""
|
comment = f"""
|
||||||
Thank you for your contribution!
|
Thank you for your contribution!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue