diff --git a/.github/actions/setup-mysql-cluster/action.yml b/.github/actions/setup-mysql-cluster/action.yml index c152df1912..cd20575216 100644 --- a/.github/actions/setup-mysql-cluster/action.yml +++ b/.github/actions/setup-mysql-cluster/action.yml @@ -3,7 +3,7 @@ description: Deploy MySQL on Docker inputs: provider: default: "docker" - description: "Deployment provider: docker" + description: "Deployment provider (currently only docker is supported)" runs: using: composite diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 4b0231b074..570b5a93d3 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -712,6 +712,8 @@ jobs: - if: matrix.mode.mysql name: Setup MySQL uses: ./.github/actions/setup-mysql-cluster + with: + provider: docker - name: Download pre-built binaries uses: actions/download-artifact@v4