debugging the BUILD_NUMBER

This commit is contained in:
Joseph Flinn 2021-02-01 16:39:49 -08:00
parent 0be634707c
commit 7fe38fb7f1
1 changed files with 2 additions and 0 deletions

View File

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