Remove deprecated input parameters

This commit is contained in:
James M. Greene
2023-04-18 01:13:17 -05:00
parent 176fcdbd0d
commit b39c421b98
6 changed files with 5 additions and 26 deletions

View File

@@ -5,15 +5,6 @@ runs:
using: 'node16'
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'
conclusion:
deprecationMessage: 'Use of this input does nothing as it was part of the deprecated `emit_telemetry` flow. You should remove this parameter from your workflow.'
description: 'The status of the previous build.'
required: false
token:
description: 'GitHub token'
default: ${{ github.token }}