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 8ff4c86 commit e443015Copy full SHA for e443015
firebase-dataconnect/ci/post_comment_for_job_results.py
@@ -72,9 +72,9 @@ def generate_message_lines(data: ParsedArgs) -> Iterable[str]:
72
73
yield ""
74
yield (
75
- f"run_id={data.github_run_id} "
76
- f"run_number={data.github_run_number} "
77
- f"run_attempt={data.github_run_attempt}"
+ f"run_id=`{data.github_run_id}` "
+ f"run_number=`{data.github_run_number}` "
+ f"run_attempt=`{data.github_run_attempt}`"
78
)
79
80
0 commit comments