mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Remove empty BEFORE sha check
This commit is contained in:
parent
30f81ca3e0
commit
12e626ea05
1
main.py
1
main.py
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user