Skip to content

Commit d46edc4

Browse files
authored
docs(nx-cloud): update launch template props (#27735)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 07333a5 commit d46edc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/nx-cloud/reference/launch-templates.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ launch-templates:
190190
inputs:
191191
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
192192
paths: 'node_modules'
193-
base_branch: 'main'
193+
base-branch: 'main'
194194
```
195195

196196
## Full Example
@@ -223,15 +223,15 @@ launch-templates:
223223
inputs:
224224
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
225225
paths: 'node_modules'
226-
base_branch: 'main'
226+
base-branch: 'main'
227227
- name: Restore Browser Binary Cache
228228
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
229229
inputs:
230230
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml|"browsers"'
231231
paths: |
232232
'~/.cache/Cypress'
233233
'~/.cache/ms-playwright'
234-
base_branch: 'main'
234+
base-branch: 'main'
235235
- name: Install Node Modules
236236
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
237237
- name: Install Browsers (if needed)
@@ -274,15 +274,15 @@ launch-templates:
274274
inputs:
275275
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
276276
paths: 'node_modules'
277-
base_branch: 'main'
277+
base-branch: 'main'
278278
- name: Restore Browser Binary Cache
279279
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
280280
inputs:
281281
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml|"browsers"'
282282
paths: |
283283
'~/.cache/Cypress'
284284
'~/.cache/ms-playwright'
285-
base_branch: 'main'
285+
base-branch: 'main'
286286
- name: Install Node Modules
287287
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
288288
- name: Install Browsers (if needed)
@@ -312,7 +312,7 @@ launch-templates:
312312
inputs:
313313
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
314314
paths: 'node_modules'
315-
base_branch: 'main'
315+
base-branch: 'main'
316316
- name: Install Node Modules
317317
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
318318
- name: Install Rust

0 commit comments

Comments
 (0)