Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/testing-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[user roles and permissions](../admin/users/groups-roles.md#roles) to manage
templates and run workspaces.

## Creating the headless user

Check warning on line 27 in docs/tutorials/testing-templates.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Creating'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

> [!WARNING]
> Creating users with `--login-type none` is deprecated.
Expand Down Expand Up @@ -131,5 +131,5 @@
- name: Promote template version
if: success()
run: |
coder template version promote --template=$TEMPLATE_NAME --template-version=${{ steps.name.outputs.version_name }} --yes
coder template version promote --template=$TEMPLATE_NAME --template-version=${{ steps.name.outputs.version_name }}
```
Loading