Skip to content

Build Number (with base)

Actions
Takes a base number and returns it + GITHUB_RUN_NUMBER
v1.0.1
Latest
Star (4)

build number (with base) action

This action takes two values as input and adds them together.

Inputs

base

Required The base build number.

run-id

Required The GITHUB_RUN_NUMBER which should be provided as ${GITHUB_RUN_NUMBER}

Outputs

build-number

The inputs added together

environment variable BUILD_NUMBER

The inputs added together

Example usage

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.

About

Takes a base number and returns it + GITHUB_RUN_NUMBER
v1.0.1
Latest

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.