Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add optional 'conclusion' argument to emitTelemetry
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
Jess Bees committed Sep 15, 2022
1 parent c2379ec commit 1c52af2
Show file tree
Hide file tree
Showing 9 changed files with 683 additions and 3,025 deletions.
3 changes: 3 additions & 0 deletions action.yml
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

0 comments on commit 1c52af2

Please sign in to comment.