Skip to content

Commit a400e6f

Browse files
committed
Fix get fork
1 parent 809e9aa commit a400e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/src/scverse_template_scripts/cruft_prs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def make_pr(con: GitHubConnection, release: GHRelease, repo_url: str) -> None:
208208

209209
# create fork, populate branch, do PR from it
210210
origin = con.gh.get_repo(repo_url.removeprefix("https://github.com/"))
211-
repo = get_fork(con, origin, repo_id)
211+
repo = get_fork(con, origin)
212212
with TemporaryDirectory() as td:
213213
updated = cruft_update(con, release.tag_name, repo, origin, Path(td), pr)
214214
if updated:

0 commit comments

Comments
 (0)