Skip to content

Commit

Permalink
Update action.yml (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksm-ms authored Jan 21, 2021
1 parent d15f594 commit f9ff4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f9ff4fa

Please sign in to comment.