mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +01:00
adding in expr
This commit is contained in:
parent
a9fee41174
commit
cbcc12f450
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user