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