actions-marketplace-validations/Update Coder Template
An action to deploy changes to your coder template automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 29, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/matifali_update-coder-template@5b192bbf2b85a9fed4ca3b8780a6e4fdf1937081 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Template identifier (e.g. my-template) | yes | — |
| url | Coder access URL (e.g. https://coder.example.com) | yes | — |
| coder_session_token | Coder session token | yes | — |
| dir | Template directory name (path to the directory containing the main.tf file default: TEMPLATE_NAME) | no | — |
| name | Template version name (e.g. v1.0.0, commit hash, etc.), should be unique, default: a random string | no | — |
| activate | Marks the current template version as active | no | true |
| provisioner_tag | Add provisioner tag to the template, useful for identifying the template version in the Coder UI | no | - |
| message | update message | no | Updated via update-coder-template action |
| organization | organization name | no | "" |
| dry_run | Dry run | no | false |
| ignore_lockfile | Ignore warnings about not having a .terraform.lock.hcl file present in the template. | no | false |
Outputs
no outputs