Skip to content

Commit

Permalink
new sha reference
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth2016 committed Oct 5, 2020
1 parent 648dd96 commit 5c0b2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def generate_new_readme(readme: str, image_tag: str) -> str:
readme_content_decoded = decode_readme(readme_content)
new_readme = generate_new_readme(readme=readme_content_decoded, image_tag=image_tag)
readme_repo.update_file(path=readme_obj.path, message=COMMIT_MSG,
content=new_readme, sha=readme_content.sha)
content=new_readme, sha=readme_obj.sha)
print("success")

0 comments on commit 5c0b2f7

Please sign in to comment.