Skip to content

Commit

Permalink
Update urls
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 ad6098b commit d7d646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def create_issue(self, issue):
line_base_url = 'https://github.com/'
else:
line_base_url = self.base_url
url_to_line = f'{line_base_url}/{self.target_repo}/blob/{self.sha}/{issue.file_name}#L{issue.start_line}'
url_to_line = f'{line_base_url}{self.target_repo}/blob/{self.sha}/{issue.file_name}#L{issue.start_line}'
snippet = '```' + issue.markdown_language + '\n' + issue.hunk + '\n' + '```'

issue_template = os.getenv('INPUT_ISSUE_TEMPLATE', None)
Expand Down

0 comments on commit d7d646e

Please sign in to comment.