Skip to content

Commit

Permalink
fix: add env.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 3, 2024
1 parent 044d969 commit 5fb4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
PR_NUMBER: ${{ env.PR_NUMBER }}
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ PR_NUMBER }}
issue-number: ${{ env.PR_NUMBER }}
body: ${{ steps.create-comments.outputs.reports }}
edit-mode: replace

Expand Down

0 comments on commit 5fb4344

Please sign in to comment.