Skip to content

Commit

Permalink
print repo
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Nov 23, 2023
1 parent 915fc58 commit 78fed78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self):
self.github_url = os.getenv('INPUT_GITHUB_URL')
self.base_url = f'{self.github_url}/'
self.repos_url = f'{self.base_url}repos/'
print('repo ',os.getenv('INPUT_REPO'))
self.repo = os.getenv('INPUT_REPO')
print('target repo ',os.getenv('INPUT_TARGET_REPO'))
if os.getenv('INPUT_TARGET_REPO') is not None and os.getenv('INPUT_TARGET_REPO') != '':
Expand Down

0 comments on commit 78fed78

Please sign in to comment.