[U] Auto push
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user