adding in expr

This commit is contained in:
Joseph Flinn 2021-02-02 12:16:33 -08:00
parent a9fee41174
commit cbcc12f450
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
id: gen_vars
run: |
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
build_num=$(${{ env.GITHUB_RUN_NUMBER }} + 3000)
build_num=$(expr ${{ env.GITHUB_RUN_NUMBER }} + 3000)
echo "::set-output name=repo_url::$repo_url"
echo "::set-output name=adj_build_number::$build_num"