From 4c021f0b4d102f15c3d2ff29a219721232c2b51d Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 31 Mar 2023 00:10:53 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Azure=20=E2=80=AFDB=20=E2=80=AFfor=20?= =?UTF-8?q?=E2=80=AFMysql"=E2=86=92"Azure=E2=80=AF=20Database=20=E2=80=AFf?= =?UTF-8?q?or=20=E2=80=AFMySQL"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure/mysql/blob/master/action.yml #PingMSFTDocs --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index da554bb2..a75a9ef9 100644 --- a/action.yml +++ b/action.yml @@ -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)' @@ -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'