Skip to content

Commit b6d559a

Browse files
committed
Update change management docs with GitHub Actions info
1 parent b3ec9aa commit b6d559a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/admin/templates/managing-templates/change-management.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ For an example, see how we push our development image and template
6262

6363
## Coder CLI
6464

65-
You can also [install Coder](../../../install/cli.md) to automate pushing new
66-
template versions in CI/CD pipelines.
65+
You can [install Coder](../../../install/cli.md) CLI to automate pushing new
66+
template versions in CI/CD pipelines. For GitHub Actions, see our
67+
[setup-coder](https://github.com/coder/setup-coder) action.
6768

6869
```console
6970
# Install the Coder CLI
@@ -88,9 +89,6 @@ coder templates push --yes $CODER_TEMPLATE_NAME \
8889
--name=$CODER_TEMPLATE_VERSION # Version name is optional
8990
```
9091

91-
You can also use the [coder/setup-action](https://github.com/coder/setup-coder)
92-
GitHub Action to install the Coder CLI and push new template versions.
93-
9492
## Testing and Publishing Coder Templates in CI/CD
9593

9694
See our [testing templates](../../../tutorials/testing-templates.md) tutorial

0 commit comments

Comments
 (0)