mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 22:47:13 +00:00
Added space before backslash on the multi line command (#2340)
This commit is contained in:
2
.github/actions/e2e-arc-test/action.yaml
vendored
2
.github/actions/e2e-arc-test/action.yaml
vendored
@@ -25,7 +25,7 @@ runs:
|
||||
helm install "arc-runner-${{ env.DATE_TIME }}" \
|
||||
--namespace "arc-runners" \
|
||||
--create-namespace \
|
||||
--set githubConfigUrl="${{ inputs.config-url }}"\
|
||||
--set githubConfigUrl="${{ inputs.config-url }}" \
|
||||
--set githubConfigSecret.github_token="${{ inputs.github-token }}" \
|
||||
./charts/auto-scaling-runner-set \
|
||||
--debug
|
||||
|
||||
Reference in New Issue
Block a user