Added space before backslash on the multi line command (#2340)

This commit is contained in:
Ava Stancu
2023-03-01 10:43:17 +01:00
committed by GitHub
parent 69abd51f30
commit 70156e3fea

View File

@@ -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