Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73d95e9

Browse files
docs: remove invalid --yes flag from coder template version promote (#28084) (#28158)
Backport of #28084 Original PR: #28084 — docs: remove invalid `--yes` flag from `coder template version promote` Merge commit: f3fd4c4 Requested by: @nickvigilante Co-authored-by: Nick Vigilante <[email protected]>
1 parent 2d47088 commit 73d95e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/testing-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ jobs:
131131
- name: Promote template version
132132
if: success()
133133
run: |
134-
coder template version promote --template=$TEMPLATE_NAME --template-version=${{ steps.name.outputs.version_name }} --yes
134+
coder template version promote --template=$TEMPLATE_NAME --template-version=${{ steps.name.outputs.version_name }}
135135
```

0 commit comments

Comments
 (0)