From accb7160a22d1594b4066aec2dd3d9577e9dda3e Mon Sep 17 00:00:00 2001 From: aksm-ms <58936966+aksm-ms@users.noreply.github.com> Date: Thu, 21 Jan 2021 13:30:21 +0530 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2e8415b..793e84c 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: 'Azure MySQL Server database (optional) to connect to. No database will be used automatically.' required: false sql-file: - description: 'Path to SQL script file, *.sql to deploy' + description: 'Path to SQL script file to deploy' required: true arguments: description: 'Additional options supported by mysql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Mysql.'