Skip to content

Commit f9ff4fa

Browse files
authored
Update action.yml (#30)
1 parent d15f594 commit f9ff4fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ inputs:
88
description: 'The connection string, including authentication information, for the Azure SQL Server database.'
99
required: true
1010
dacpac-package:
11-
description: 'Path to DACPAC file. *.dacpac or a folder to deploy'
11+
description: 'Path to DACPAC file to deploy'
1212
sql-file:
13-
description: 'Path to SQL script file. *.sql or a folder to deploy'
13+
description: 'Path to SQL script file to deploy'
1414
arguments:
1515
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.'
1616
runs:

0 commit comments

Comments
 (0)