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}