Skip to content

Commit d5f4b78

Browse files
committed
feat: remove extra url marker for stability temporarily
1 parent 037f27b commit d5f4b78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/update-demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ def _create_demo_pr(demo_path: Path, branch: str, commit_start: str) -> None:
164164
"--repo": f"{DEMO.app_author}/{DEMO.app_name}",
165165
}
166166
gh("pr", "create", *itertools.chain.from_iterable(pr_kwargs.items()))
167-
url: str = _get_pr_url(branch=branch)
168-
typer.secho(f"Created PR URL for branch {branch} at {url}")
169167

170168

171169
def _get_pr_url(branch: str) -> str:

0 commit comments

Comments
 (0)