mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
get correct repo
This commit is contained in:
parent
4faf6d11b7
commit
da5fca2aac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ def get_release_type_github(Log, github_token):
|
|||
patch_labels = ["type: enhancement", "type: bug"]
|
||||
|
||||
g = Github(github_token)
|
||||
repo = g.get_repo("pypeclub/ci-testing")
|
||||
repo = g.get_repo("pypeclub/OpenPype")
|
||||
|
||||
for line in Log.splitlines():
|
||||
print(line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue