mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-09 11:51:24 +00:00
Merge pull request #125 from actions/deprecate-conclusion-param
Deprecate the `conclusion` parameter for the Action
This commit is contained in:
@@ -11,6 +11,7 @@ inputs:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user