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 76e1b58 commit 4329e05Copy full SHA for 4329e05
.github/workflows/primer_comment.yaml
@@ -95,8 +95,8 @@ jobs:
95
. venv/bin/activate
96
python tests/primer/__main__.py compare \
97
--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 \
+ --base-file=primer_output_main_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
+ --new-file=primer_output_pr_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
100
--batches=4
101
- name: Post comment
102
id: post-comment
0 commit comments