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 5ab8374 commit 2bbf005Copy full SHA for 2bbf005
.github/workflows/benchmarks.yml
@@ -179,7 +179,7 @@ jobs:
179
180
- name: Create PR for manual runs
181
if: github.event_name == 'workflow_dispatch'
182
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
183
with:
184
script: |
185
const branchName = '${{ needs.run-benchmarks.outputs.branch_name }}';
@@ -207,7 +207,7 @@ jobs:
207
208
- name: Comment on PR
209
if: github.event.inputs.pr_number != '' || github.event_name == 'pull_request'
210
211
212
213
const prNumber = ${{ github.event.inputs.pr_number || github.event.pull_request.number }};
0 commit comments