From 3ec949e7f3496d3cf206627975e81f07f8700546 Mon Sep 17 00:00:00 2001 From: lourw <56288712+lourw@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:28:46 -0800 Subject: [PATCH] docs(nx-cloud): adjust quotes for consistency --- docs/nx-cloud/reference/assignment-rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nx-cloud/reference/assignment-rules.md b/docs/nx-cloud/reference/assignment-rules.md index bb92aaeffbb4d..2e8cbfbb5e3e8 100644 --- a/docs/nx-cloud/reference/assignment-rules.md +++ b/docs/nx-cloud/reference/assignment-rules.md @@ -94,7 +94,7 @@ Note that the labels supplied in the `runs-ons` property will be used to determi You can then reference your assignment rules file within your `start-ci-run` command: ```shell -npx nx-cloud start-ci-run --assignment-rules='.nx/workflows/assignment-rules.yaml' +npx nx-cloud start-ci-run --assignment-rules=".nx/workflows/assignment-rules.yaml" ``` The following is an example of what this looks like within a github actions pipeline: @@ -107,7 +107,7 @@ jobs: ... steps: ... - - run: npx nx-cloud start-ci-run --assignment-rules=.nx/workflows/assignment-rules.yaml --stop-agents-after="e2e-ci" + - run: npx nx-cloud start-ci-run --assignment-rules=".nx/workflows/assignment-rules.yaml" --stop-agents-after="e2e-ci" - .. medium-agents: