adding github run number

This commit is contained in:
Joseph Flinn 2021-02-01 16:54:52 -08:00
parent 0fb119e8ee
commit 211eef206e
1 changed files with 1 additions and 0 deletions

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"