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 c08cec0 commit 60a6d9cCopy full SHA for 60a6d9c
.github/workflows/performance-optimized.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Comment performance results
55
if: github.event_name == 'pull_request'
56
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
57
with:
58
script: |
59
github.rest.issues.createComment({
.github/workflows/performance.yml
@@ -57,7 +57,7 @@ jobs:
- name: Comment performance results on PR
60
61
62
63
const fs = require('node:fs');
0 commit comments