Skip to content

Commit

Permalink
Fix NR path
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 28, 2024
1 parent 33f2216 commit a66d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-diff-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get pull request number
id: get-pr-number
run: |
PR_NUMBER=$(cat pr/NR)
PR_NUMBER=$(cat NR)
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
- name: Download dependency diff artifacts
Expand Down

0 comments on commit a66d789

Please sign in to comment.