Skip to content

Commit

Permalink
ci: fix pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-leong committed Jun 25, 2024
1 parent 421e004 commit 8996a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
filePath: size-report.md
pr_number: ${{ github.event.workflow_run.pull_requests[0].number }}
pr_number: ${{ steps.pr-number.outputs.content }}
comment_tag: VUE_CORE_SIZE

0 comments on commit 8996a50

Please sign in to comment.