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.
2 parents 081fd28 + b3f44f4 commit 26a04d6Copy full SHA for 26a04d6
.github/workflows/csv-coverage-pr-comment.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
PR=$(cat "pr/NR")
58
python misc/scripts/library-coverage/compare-files-comment-pr.py \
59
- out_merge out_base comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
+ out_base out_merge comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
60
- name: Upload comparison results
61
uses: actions/upload-artifact@v2
62
with:
0 commit comments