testing sha again

This commit is contained in:
Joseph Flinn 2021-02-02 14:23:23 -08:00
parent d2211db266
commit 09160877b2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
shell: pwsh
run: |
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$adj_build_num = "${{ env.GITHUB_SHA }}"
$adj_build_num = "${env:GITHUB_SHA}"
echo "::set-output name=repo_url::$repo_url"
echo "::set-output name=adj_build_number::$adj_build_num"