Skip to content

Commit 8172018

Browse files
authored
fix: long-running cluster access script needs to run from local machine (#35)
1 parent 0b714f2 commit 8172018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-demo-clusters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
"type": "section",
338338
"text": {
339339
"type": "mrkdwn",
340-
"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 }}```"
340+
"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."
341341
}
342342
}
343343
]

0 commit comments

Comments
 (0)