mirror of
https://github.com/actions/deploy-pages.git
synced 2026-04-03 08:12:10 +00:00
Deprecate 'emit_telemetry' and remove its feature
Since we emit telemetry in a different way, we can remove this feature from the action and prevent unintentional misuse.
This commit is contained in:
@@ -6,6 +6,7 @@ runs:
|
||||
main: 'dist/index.js'
|
||||
inputs:
|
||||
emit_telemetry:
|
||||
deprecationMessage: 'Use of this input causes the action to do nothing. You should remove this build step from your workflow.'
|
||||
description: 'Should this action only emit build telemetry instead of deploying the build artifact?'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
Reference in New Issue
Block a user