Build Number (with base)
ActionsTags
(2)This action takes two values as input and adds them together.
Required The base build number.
Required The GITHUB_RUN_NUMBER
which should be provided
as ${GITHUB_RUN_NUMBER}
The inputs added together
The inputs added together
uses: mlilback/build-number@v1
with:
base: 100
run-id: ${GITHUB_RUN_NUMBER}
Build Number (with base) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.