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 7e185ed commit 60e4b3fCopy full SHA for 60e4b3f
main.py
@@ -163,7 +163,9 @@ def add_pr_comments() -> int:
163
return 1
164
165
166
-def log_error_and_exit(failure_title, result_text, ret_code):
+def log_error_and_exit(
167
+ failure_title: str, result_text: str | None, ret_code: int
168
+) -> None:
169
"""
170
Logs an error message to GitHub Actions and exits with the specified return code.
171
0 commit comments