lablnet/Create a Branch
Create a Branch from tag/release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag | yes | — |
| owner | Owner of the repository if it is not the current one | yes | — |
| repo | Repository on which to release. Used only if you want to create the release on another repo | yes | — |
| branch_prefix | The custom prefix for creating the branch. Default: release@ | no | — |
Outputs
| name | description |
|---|---|
| branch_name | The Branch Name of the created branch |
| branch_url | The URL users can navigate to in order to view the branch |