We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c1500 commit 8ff4c86Copy full SHA for 8ff4c86
firebase-dataconnect/ci/post_comment_for_job_results.py
@@ -59,7 +59,7 @@ def generate_message_lines(data: ParsedArgs) -> Iterable[str]:
59
logging.warning("WARNING: unable to parse PR number as an int: %s", data.triggering_pr)
60
pr = None
61
62
- yield f"Posting from Pull Request {pr}: {data.github_repository_html_url}/pull/{pr}"
+ yield f"Posting from Pull Request {data.github_repository_html_url}/pull/{pr}"
63
64
yield f"Result of workflow '{data.github_workflow}' at {data.github_sha}:"
65
0 commit comments