Skip to content

Commit 395ec5a

Browse files
committed
📸 Publish action
1 parent 7d7d04d commit 395ec5a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Generate gas diff
2+
author: Rubilmax
3+
description: Easily compare gas reports generated by foundry!
4+
branding:
5+
icon: info
6+
color: purple
27

38
inputs:
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+
2235
runs:
2336
using: node16
2437
main: dist/index.js

0 commit comments

Comments
 (0)