File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Compare Build Outputs
1+ name : Leave a comment
22
33on :
44 workflow_run :
5- workflows : ['Generate Docs']
5+ workflows : ['Generate and Compare Docs']
66 types : [completed]
77
88permissions :
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ const results = await Promise.all(
2626const filteredResults = results . filter ( Boolean ) ;
2727
2828if ( filteredResults . length ) {
29- console . log ( '## `legacy-html ` generator' ) ;
29+ console . log ( '## `legacy-json ` generator' ) ;
3030 filteredResults . forEach ( o => console . log ( o ) ) ;
3131}
Original file line number Diff line number Diff line change 1- import { fileURLToPath } from 'url' ;
1+ import { fileURLToPath } from 'node: url' ;
22
33export const BASE = fileURLToPath ( import . meta. resolve ( '../../base' ) ) ;
44export const HEAD = fileURLToPath ( import . meta. resolve ( '../../out' ) ) ;
You can’t perform that action at this time.
0 commit comments