Skip to content

Commit 5399bd9

Browse files
test
Created using spr 1.3.7
1 parent e7f4f5d commit 5399bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/premerge_advisor_explain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main(
128128
),
129129
)
130130
]
131-
with open("comment", "w") as comment_file_handle:
131+
with open("comments", "w") as comment_file_handle:
132132
json.dump(comments, comment_file_handle)
133133
else:
134134
print(advisor_response.reason)

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
name: workflow-args
128128
path: |
129-
comment
129+
comments
130130
131131
premerge-checks-windows:
132132
name: Build and Test Windows

0 commit comments

Comments
 (0)