From f9ff4fa54cc7a5c627afd5fce45ad466065759cf Mon Sep 17 00:00:00 2001 From: aksm-ms <58936966+aksm-ms@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:44:08 +0530 Subject: [PATCH] Update action.yml (#30) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e590be68..7ce41a73 100644 --- a/action.yml +++ b/action.yml @@ -8,9 +8,9 @@ inputs: description: 'The connection string, including authentication information, for the Azure SQL Server database.' required: true dacpac-package: - description: 'Path to DACPAC file. *.dacpac or a folder to deploy' + description: 'Path to DACPAC file to deploy' sql-file: - description: 'Path to SQL script file. *.sql or a folder to deploy' + description: 'Path to SQL script file to deploy' arguments: description: 'In case DACPAC option is selected, additional SqlPackage.exe arguments that will be applied. When SQL query option is selected, additional sqlcmd.exe arguments will be applied.' runs: