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: