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:
Jess Bees
2022-11-04 12:19:31 -04:00
parent 69a62cdfa4
commit dd5e0e9d1c
12 changed files with 5 additions and 10514 deletions

View File

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