[U] Auto push

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-30 16:39:01 -04:00
parent 8b02b49884
commit f1396670a0

View file

@ -58,6 +58,11 @@ if __name__ == '__main__':
# Get commit SHA
sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip()
# Push
print()
print('Pushing...')
os.system('git push')
# Copy comment to clipboard
comment = f"""
Thank you for your contribution!