mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
testing int casting
This commit is contained in:
parent
8325479630
commit
1d567e560f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
|
||||
Write-Host "BUILD NUMBER: $build_num"
|
||||
Write-Host "============================"
|
||||
$env:GITHUB_RUN_NUMBER.gettype()
|
||||
[int]$env:GITHUB_RUN_NUMBER.gettype()
|
||||
|
||||
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