mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Fix incorrect default value
This commit is contained in:
parent
cd988d2d92
commit
0e88f71450
2
main.py
2
main.py
@ -43,7 +43,7 @@ class GitHubClient(object):
|
||||
base_url = 'https://api.github.com/repos/'
|
||||
|
||||
def __init__(self):
|
||||
self.repo = os.getenv('INPUT_REPO', 'alstr/todo-test')
|
||||
self.repo = os.getenv('INPUT_REPO')
|
||||
self.before = os.getenv('INPUT_BEFORE')
|
||||
self.sha = os.getenv('INPUT_SHA')
|
||||
self.token = os.getenv('INPUT_TOKEN')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user