Skip to content

Commit 65cf711

Browse files
Fix primer compare step (again)
Follow-up to 4329e05.
1 parent 4301129 commit 65cf711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
. venv/bin/activate
9696
python tests/primer/__main__.py compare \
9797
--commit=${{ github.event.workflow_run.head_sha }} \
98-
--base-file=primer_output_main_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
99-
--new-file=primer_output_pr_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
98+
--base-file=output_${{ env.DEFAULT_PYTHON }}_main_BATCHIDX.txt \
99+
--new-file=output_${{ env.DEFAULT_PYTHON }}_pr_BATCHIDX.txt \
100100
--batches=4
101101
- name: Post comment
102102
id: post-comment

0 commit comments

Comments
 (0)