1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-29 11:05:54 +02:00

testing int casting

This commit is contained in:
Joseph Flinn 2021-02-02 08:08:33 -08:00
parent 8325479630
commit 1d567e560f

View File

@ -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"