betonquest/Build Number Generator Action
Generates and increments build numbers based on an identifier.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with write access to the repository. | yes | — |
| branch | Branch to use for the build number. | no | build-numbers |
| identifier | Unique identifier for the build number. | yes | — |
| increment | Increment the build number. | no | true |
Outputs
| name | description |
|---|---|
| build-number | The generated build number. |