Added space before backslash on the multi line command (#2340)
This commit is contained in:
parent
69abd51f30
commit
70156e3fea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue