Skip to content

Commit 4329e05

Browse files
Fix compare output step (#9331)
Follow-up to 5af984a.
1 parent 76e1b58 commit 4329e05

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=output_${{ matrix.python-version }}_main_BATCHIDX.txt \
99-
--new-file=output_${{ matrix.python-version }}_pr_BATCHIDX.txt \
98+
--base-file=primer_output_main_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
99+
--new-file=primer_output_pr_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
100100
--batches=4
101101
- name: Post comment
102102
id: post-comment

0 commit comments

Comments
 (0)