Files
gitea-actions/infra/update_version/README.md
T
2026-05-29 11:16:00 -04:00

24 lines
795 B
Markdown

# Update Infra Version
<!-- action-docs-description source="action.yml" -->
## Description
Updates the service tag in the stat-tackler-infra releases/versions.yaml
<!-- action-docs-description source="action.yml" -->
<!-- action-docs-inputs source="action.yml" -->
## Inputs
| name | description | required | default |
| --- | --- | --- | --- |
| `token` | <p>Gitea token with read/write access to the infra repo</p> | `true` | `""` |
| `service` | <p>Service name key in versions.yaml (e.g. stat-tackler-api)</p> | `true` | `""` |
| `tag` | <p>The image tag to set for the service</p> | `true` | `""` |
<!-- action-docs-inputs source="action.yml" -->
<!-- action-docs-runs source="action.yml" -->
## Runs
This action is a `composite` action.
<!-- action-docs-runs source="action.yml" -->