File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
permissions :
10
10
contents : read
11
11
pull-requests : write # Required for commenting on PRs
12
+ issues : write
12
13
13
14
jobs :
14
15
benchmark :
@@ -61,11 +62,11 @@ jobs:
61
62
- name : Generate report
62
63
shell : bash
63
64
run : |
64
- cat results.main.csv results.branch.csv | node pr -source/benchmarks/report.js > result.md
65
+ cat results.main.csv results.branch.csv | node main -source/benchmarks/report.js > result.md
65
66
66
67
# Post or update sticky PR comment
67
68
- name : Post or Update Benchmark Comment
68
- uses : ./pr -source/.github/actions/sticky-pr-comment
69
+ uses : ./main -source/.github/actions/sticky-pr-comment
69
70
with :
70
71
file : result.md
71
72
tag : " <!-- BENCHMARK_REPORT_COMMENT -->" # This tag will identify the stick comment
You can’t perform that action at this time.
0 commit comments