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)
This commit is contained in:
Jess Bees
2022-09-14 17:14:40 -04:00
parent c2379ec5e7
commit 1c52af2b34
9 changed files with 679 additions and 3021 deletions

View File

@@ -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 }}