rozd/Repo Build Number
Increments and returns the build number for a repository using `BUILD_NUMBER` repository variable to store the build number.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 7, 2025
- License
- MIT
Pinned Snippet
uses: rozd/build-number-github-action@95505e376925df3b972122aabf6cafd08b064a3e # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| debug | Whether to tell the GitHub client to log details of its requests. true or false. Default is to run in debug mode when the GitHub Actions step debug logging is turned on. | — | ${{ runner.debug == '1' }} |
Outputs
| name | description |
|---|---|
| build-number | The build number for the repository |