diff --git a/.github/workflows/clang-cl-qt6.yml b/.github/workflows/clang-cl-qt6.yml index be4ef6a19..58723f56e 100644 --- a/.github/workflows/clang-cl-qt6.yml +++ b/.github/workflows/clang-cl-qt6.yml @@ -354,7 +354,7 @@ jobs: $serviceName = 'MySQL' Write-Output '::group::Get-Service' - $mysqlService = Get-Service MySQL + $mysqlService = Get-Service $serviceName Write-Output $mysqlService Write-Output '::endgroup::' diff --git a/.github/workflows/msvc2019-qt5.yml b/.github/workflows/msvc2019-qt5.yml index 4524e734e..468731977 100644 --- a/.github/workflows/msvc2019-qt5.yml +++ b/.github/workflows/msvc2019-qt5.yml @@ -174,7 +174,7 @@ jobs: $serviceName = 'MySQL' Write-Output '::group::Get-Service' - $mysqlService = Get-Service MySQL + $mysqlService = Get-Service $serviceName Write-Output $mysqlService Write-Output '::endgroup::' diff --git a/.github/workflows/msvc2022-qt6.yml b/.github/workflows/msvc2022-qt6.yml index 75b470cec..8874a8a5a 100644 --- a/.github/workflows/msvc2022-qt6.yml +++ b/.github/workflows/msvc2022-qt6.yml @@ -367,7 +367,7 @@ jobs: $serviceName = 'MySQL' Write-Output '::group::Get-Service' - $mysqlService = Get-Service MySQL + $mysqlService = Get-Service $serviceName Write-Output $mysqlService Write-Output '::endgroup::' diff --git a/.github/workflows/msys2-ucrt64.yml b/.github/workflows/msys2-ucrt64.yml index 71ef1c0a7..b3cda39fe 100644 --- a/.github/workflows/msys2-ucrt64.yml +++ b/.github/workflows/msys2-ucrt64.yml @@ -192,7 +192,7 @@ jobs: $serviceName = 'MySQL' Write-Output '::group::Get-Service' - $mysqlService = Get-Service MySQL + $mysqlService = Get-Service $serviceName Write-Output $mysqlService Write-Output '::endgroup::'