Skip to content

Commit 666ce0d

Browse files
authored
Fix missing variable definition in it_workflow (#812)
1 parent 91d687c commit 666ce0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gha/it_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def test_report(token, actor, commit, run_id):
186186
previous_comment = firebase_github.get_issue_body(token, issue_number)
187187
[previous_prefix, previous_comment_test_result] = previous_comment.split(_COMMENT_HIDDEN_DIVIDER) # TODO add more content
188188
logging.info("Previous prefix: %s", previous_prefix)
189+
prefix = ""
189190
# If there is a build dashboard, preserve it.
190191
if (_COMMENT_DASHBOARD_START in previous_prefix and
191192
_COMMENT_DASHBOARD_END in previous_prefix):

0 commit comments

Comments
 (0)