From 817201816bcfe1a528af339893c721449ee1f226 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Thu, 19 Oct 2023 08:43:05 +0200 Subject: [PATCH] fix: long-running cluster access script needs to run from local machine (#35) --- .github/workflows/create-demo-clusters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-demo-clusters.yml b/.github/workflows/create-demo-clusters.yml index d11eddf..d1bcc7e 100644 --- a/.github/workflows/create-demo-clusters.yml +++ b/.github/workflows/create-demo-clusters.yml @@ -337,7 +337,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": ":arrow_right: Setup your local access to Central by running:\n```curl -L https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/scripts/release-tools/setup-central-access.sh | bash -s -- ${{ inputs.cluster-with-fake-load-name }}```" + "text": ":arrow_right: Setup your local access to Central by running:\n```./scripts/release-tools/setup-central-access.sh ${{ inputs.cluster-with-fake-load-name }}```\nfrom your local machine." } } ]