Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 495 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 495 Bytes

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}