[F] Fix sha mismatch
This commit is contained in:
parent
94c1f63f56
commit
30df722ab0
1 changed files with 3 additions and 3 deletions
|
|
@ -55,14 +55,14 @@ if __name__ == '__main__':
|
||||||
f'Thanks to @{user}\n\n'
|
f'Thanks to @{user}\n\n'
|
||||||
f'Co-authored-by: {author["name"]} <{author["email"]}>"')
|
f'Co-authored-by: {author["name"]} <{author["email"]}>"')
|
||||||
|
|
||||||
# Get commit SHA
|
|
||||||
sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip()
|
|
||||||
|
|
||||||
# Push
|
# Push
|
||||||
print()
|
print()
|
||||||
print('Pushing...')
|
print('Pushing...')
|
||||||
os.system('git push')
|
os.system('git push')
|
||||||
|
|
||||||
|
# Get commit SHA
|
||||||
|
sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip()
|
||||||
|
|
||||||
# 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