Skip to content

Commit c532db5

Browse files
Apply suggestions from code review
Co-authored-by: Aditya Sharad <[email protected]>
1 parent e61f725 commit c532db5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/csv-coverage-pr-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ jobs:
7575
- name: Save PR number
7676
run: |
7777
mkdir -p pr
78-
echo ${{ github.event.number }} > pr/NR
78+
echo ${{ github.event.pull_request.number }} > pr/NR
7979
- name: Upload PR number
8080
uses: actions/upload-artifact@v2
8181
with:
8282
name: pr
8383
path: pr/
84-

.github/workflows/csv-coverage-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
PR=$(cat "pr/NR")
5858
python misc/scripts/library-coverage/compare-files-comment-pr.py \
59-
out_merge out_base comparison.md ${{ github.repository }} $PR $RUN_ID
59+
out_merge out_base comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
6060
- name: Upload comparison results
6161
uses: actions/upload-artifact@v2
6262
with:

0 commit comments

Comments
 (0)