File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/gas-compare Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: Compare gas costs
22description : Compare gas costs between branches
33inputs :
44 token :
5- description : github token
5+ description : GitHub token, required to access GitHub API
66 required : true
77 report :
8- description : report to read from
8+ description : Path to the report to compare, default is "gasReporterOutput.json"
99 required : false
1010 default : gasReporterOutput.json
1111 out_report :
12- description : report to read
12+ description : Path to save the output report, default is "${{ github.ref_name }}.gasreport.json"
1313 required : false
1414 default : ${{ github.ref_name }}.gasreport.json
1515 ref_report :
16- description : report to read from
16+ description : Path to the reference report for comparison, default is "${{ github.base_ref }}.gasreport.json"
1717 required : false
1818 default : ${{ github.base_ref }}.gasreport.json
1919
You can’t perform that action at this time.
0 commit comments