mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user