daily-co/Create Tag
Creates tags in GitHub for deployments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | Name of the app to include in tag, e.g. "dashboard" | yes | — |
| environment | Environment to which the deployment was made, e.g. "prod" | no | — |
| github-token | API token for GitHub REST API | no | — |
| sha | commit sha to tag | no | — |
| owner | owner of the repository | no | — |
| repo | name of the repository | no | — |
Outputs
| name | description |
|---|---|
| tag | Final tag applied |