mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-04 18:27:12 +02:00
testing env saving?
This commit is contained in:
parent
29f61f0c46
commit
c22c0dae29
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$bulid_num = [int]$env:GITHUB_RUN_NUMBER
|
||||
$bulid_num = $env:GITHUB_RUN_NUMBER
|
||||
$adj_build_num = $buildnum+3000
|
||||
|
||||
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
|
||||
|
Loading…
Reference in New Issue
Block a user