Update warnings in actions.yml

This commit is contained in:
Shivam Mathur 2020-01-08 11:12:36 +05:30
parent 9afdee42e8
commit aa8706a5bf
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -20,18 +20,18 @@ inputs:
tools:
description: 'Setup popular tools globally.'
required: false
# Deprecated options, do not use. Will not be supported after February 1, 2020.
# Deprecated options, do not use. Will not be supported in v2 which will be released around February 1, 2020.
extension-csv:
description: 'Deprecated! Use extensions instead.'
deprecationMessage: 'The extension-csv property will not be supported after February 1, 2020. Use extensions instead.'
deprecationMessage: 'The extension-csv property will not be supported in v2. Use extensions instead.'
required: false
ini-values-csv:
description: 'Deprecated! Use ini-values instead.'
deprecationMessage: 'The ini-values-csv property will not be supported after February 1, 2020. Use ini-values instead.'
deprecationMessage: 'The ini-values-csv property will not be supported in v2. Use ini-values instead.'
required: false
pecl:
description: 'Deprecated! Use tools instead to setup PECL.'
deprecationMessage: 'The pecl property will not be supported after February 1, 2020. Specify pecl in tools instead.'
deprecationMessage: 'The pecl property will not be supported in v2. Specify pecl in tools instead.'
required: false
runs:
using: 'node12'