mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
the other vars aren't env either
This commit is contained in:
parent
4f53eddfba
commit
910e64324d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -36,14 +36,14 @@ jobs:
|
||||
id: gen_vars
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$env:bulid_num = [int]$env:GITHUB_RUN_NUMBER + 3000
|
||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$bulid_num = [int]$env:GITHUB_RUN_NUMBER + 3000
|
||||
|
||||
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
|
||||
Write-Host "BUILD NUMBER: $build_num"
|
||||
|
||||
echo "::set-output name=repo_url::$env:repo_url"
|
||||
echo "::set-output name=adj_build_number::$env:build_num"
|
||||
echo "::set-output name=repo_url::$repo_url"
|
||||
echo "::set-output name=adj_build_number::$build_num"
|
||||
|
||||
exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user