File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11name : Generate gas diff
2+ author : Rubilmax
3+ description : Easily compare gas reports generated by foundry!
4+ branding :
5+ icon : info
6+ color : purple
27
38inputs :
49 workflowId :
@@ -19,6 +24,14 @@ inputs:
1924 description : The list of paths of which only to keep gas reports, separated by a comma.
2025 required : false
2126
27+ outputs :
28+ shell :
29+ description : The gas diff between the base gas report and the freshly generated gas report, specifically formatted for shell display
30+ value : ${{ steps.random-number-generator.outputs.random-id }}
31+ markdown :
32+ description : The gas diff between the base gas report and the freshly generated gas report, specifically formatted for markdown display
33+ value : ${{ steps.random-number-generator.outputs.random-id }}
34+
2235runs :
2336 using : node16
2437 main : dist/index.js
You can’t perform that action at this time.
0 commit comments