From b7158439d3f786c2256c6964aac6d68628eabbcb Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Thu, 18 Apr 2024 11:46:41 +0300 Subject: [PATCH] Fix minikube-chectl-commands-tests.yml Signed-off-by: Dmytro Nochevnov --- .github/workflows/minikube-chectl-commands-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minikube-chectl-commands-tests.yml b/.github/workflows/minikube-chectl-commands-tests.yml index 6ae32275a..1dd87f252 100644 --- a/.github/workflows/minikube-chectl-commands-tests.yml +++ b/.github/workflows/minikube-chectl-commands-tests.yml @@ -53,7 +53,7 @@ jobs: with: minikube-version: v1.29.0 - name: Install chectl from the stable channel - run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=stable + run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=stable - name: Install NodeJS uses: actions/setup-node@v3 with: