Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Azure MYSQL Deploy'
description: 'Deploy to Azure MySQL database using SQL script files'
inputs:
server-name:
description: 'Server name of Azure DB for Mysql. Example: fabrikam.mysql.database.azure.com. When you connect using Mysql Workbench, this is the same value that is used for Hostname in Parameters'
description: 'Server name of Azure Database for MySQL. Example: fabrikam.mysql.database.azure.com. When you connect using Mysql Workbench, this is the same value that is used for Hostname in Parameters'
required: true
connection-string:
description: 'The connection string, including authentication information, for the Azure MySQL Server. (deprecated)'
Expand All @@ -20,7 +20,7 @@ inputs:
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.'
description: 'Additional options supported by mysql simple SQL shell. These options will be applied when executing the given file on the Azure Database for MySQL.'
required: false
runs:
using: 'node12'
Expand Down