Skip to content

Commit

Permalink
Add optional 'conclusion' argument to emitTelemetry
Browse files Browse the repository at this point in the history
If present, will include the value of `conclusion` with the telemetry
POST body (gh/gh needs a separate PR to recognize this)
  • Loading branch information
TooManyBees committed Sep 15, 2022
1 parent c2379ec commit a445abf
Show file tree
Hide file tree
Showing 8 changed files with 680 additions and 3,024 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ inputs:
description: 'Should this action only emit build telemetry instead of deploying the build artifact?'
required: false
default: 'false'
conclusion:
description: 'The status of the previous build.'
required: false
token:
description: 'GitHub token'
default: ${{ github.token }}
Expand Down
Loading

0 comments on commit a445abf

Please sign in to comment.