Remove empty BEFORE sha check

This commit is contained in:
Luis G. Valle 2021-08-12 08:09:33 +02:00
parent 30f81ca3e0
commit 12e626ea05

View File

@ -596,7 +596,6 @@ class TodoParser(object):
if __name__ == "__main__":
if os.getenv('INPUT_BEFORE') != '0000000000000000000000000000000000000000':
# Create a basic client for communicating with GitHub, automatically initialised with environment variables.
client = GitHubClient()
# Get the diff from the last pushed commit.