Skip to content

Commit 2fdc254

Browse files
authored
Update action.yml
1 parent a9b1f58 commit 2fdc254

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/gas-compare/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: Compare gas costs
22
description: Compare gas costs between branches
33
inputs:
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

0 commit comments

Comments
 (0)