1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

adding github run number

This commit is contained in:
Joseph Flinn 2021-02-01 16:54:52 -08:00
parent 0fb119e8ee
commit 211eef206e

View File

@ -39,6 +39,7 @@ jobs:
$env:repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$env:bulid_num = $env:GITHUB_RUN_NUMBER + 3000
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
Write-Host "BUILD NUMBER: $env:build_num"
echo "::set-output name=repo_url::$env:repo_url"