adding github run number
This commit is contained in:
parent
0fb119e8ee
commit
211eef206e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue