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 4301129 commit 65cf711Copy full SHA for 65cf711
.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=primer_output_main_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
99
- --new-file=primer_output_pr_${{ env.DEFAULT_PYTHON }}_BATCHIDX.txt \
+ --base-file=output_${{ env.DEFAULT_PYTHON }}_main_BATCHIDX.txt \
+ --new-file=output_${{ env.DEFAULT_PYTHON }}_pr_BATCHIDX.txt \
100
--batches=4
101
- name: Post comment
102
id: post-comment
0 commit comments