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.
1 parent 487a364 commit 1be4c73Copy full SHA for 1be4c73
.github/workflows/pr-diff-size.yml
@@ -16,7 +16,7 @@ jobs:
16
17
runs-on: ubuntu-latest
18
env:
19
- SIZE_REPORT_OUTPUT: ${{ runner.temp }}/comment-${{ github.event.issue.number }}.md
+ SIZE_REPORT_OUTPUT: ${{ runner.temp }}/comment-${{ github.context.issue.number }}.md
20
21
steps:
22
- name: Setup Node.js
0 commit comments