From 032bc86056b7226ce40282bf4cc7100c97f095b0 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 9 Dec 2019 12:32:55 +0530 Subject: [PATCH] Fix actions.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fdef48ef..6bf077c8 100644 --- a/action.yml +++ b/action.yml @@ -23,11 +23,11 @@ inputs: # Deprecated options, do not use. Will not be supported after February 1, 2019. extension-csv: description: 'Deprecated! Use extensions instead.' - deprecationMessage: 'The extensions property will not be supported after February 1, 2020. Use extensions instead.' + deprecationMessage: 'The extension-csv property will not be supported after February 1, 2020. Use extensions instead.' required: false ini-values-csv: description: 'Deprecated! Use ini-values instead.' - deprecationMessage: 'The ini-values property will not be supported after February 1, 2020. Use ini-values instead.' + deprecationMessage: 'The ini-values-csv property will not be supported after February 1, 2020. Use ini-values instead.' required: false runs: using: 'node12'