mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Fix indentation in GitHubClient.py for repository name assignment, improving code readability and consistency.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
783f67f10b
commit
e29de55f99
@ -16,7 +16,7 @@ class GitHubClient(Client):
|
|||||||
raise EnvironmentError
|
raise EnvironmentError
|
||||||
self.base_url = f'{self.github_url}/'
|
self.base_url = f'{self.github_url}/'
|
||||||
self.repos_url = f'{self.base_url}repos/'
|
self.repos_url = f'{self.base_url}repos/'
|
||||||
self.repo = os.getenv('INPUT_REPO')
|
self.repo = os.getenv('INPUT_REPO')
|
||||||
self.target_repo_name = os.getenv('INPUT_TARGET_REPO')
|
self.target_repo_name = os.getenv('INPUT_TARGET_REPO')
|
||||||
self.owner = os.getenv('INPUT_OWNER')
|
self.owner = os.getenv('INPUT_OWNER')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user