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 715075f commit b3f47d7Copy full SHA for b3f47d7
.github/workflows/benchmarks.yml
@@ -76,7 +76,7 @@ jobs:
76
TIMING_COMPARISON=$(python compare_timings.py | base64 -w 0) # Base64 encode the output
77
echo "TIMING_COMPARISON=$TIMING_COMPARISON" >> $GITHUB_ENV
78
- name: Comment PR
79
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
80
with:
81
script: |
82
const output = Buffer.from(process.env.TIMING_COMPARISON, 'base64').toString('utf-8');
0 commit comments