Skip to content

Commit

Permalink
fix: long-running cluster access script needs to run from local machi…
Browse files Browse the repository at this point in the history
…ne (#35)
  • Loading branch information
tommartensen authored Oct 19, 2023
1 parent 0b714f2 commit 8172018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-demo-clusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
]
Expand Down

0 comments on commit 8172018

Please sign in to comment.