Merge pull request #52 from hyoshioka0128/patch-3

Typo "GitHub Action runner"→"GitHub Actions Runner"
This commit is contained in:
Sunitha Muthukrishna 2023-04-10 11:09:05 -07:00 коммит произвёл GitHub
Родитель f50be49bf6 e284ef6b88
Коммит 464967d887
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ Connecton string parameter is kept for backward compatability, not to break any
* Authenticate using [Azure Login](https://github.com/Azure/login)
For the action to run, the IP Address of the GitHub Action runner (automation agent) must be added to the 'Allowed IP Addresses' by setting [MySQL server firewall rules](https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal) in Azure. Without the firewall rules, the runner cannot communicate with Azure database for MySQL.
For the action to run, the IP Address of the GitHub Actions Runner (automation agent) must be added to the 'Allowed IP Addresses' by setting [MySQL server firewall rules](https://docs.microsoft.com/en-us/azure/mysql/howto-manage-firewall-using-portal) in Azure. Without the firewall rules, the runner cannot communicate with Azure database for MySQL.
By default, the action would auto-detect the IP Address of the runner to automatically add firewall exception rule. These firewall rules will be deleted after the action executes.