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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 7, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: rozd/build-number-github-action@95505e376925df3b972122aabf6cafd08b064a3e # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
debugWhether 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' }}
namedescription
build-numberThe build number for the repository