Skip to content

Commit

Permalink
Add output to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored and manuelmhtr committed Jul 22, 2023
1 parent 6cf3bdb commit 292c586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ inputs:
webhook:
description: 'A webhook URL to post resulting stats.'
required: false
outputs:
results:
description: 'The resulting stats stored as a step output variable'
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down

0 comments on commit 292c586

Please sign in to comment.