switching latest to the commit hash
This commit is contained in:
parent
2c23ed74a0
commit
d2211db266
|
@ -37,7 +37,7 @@ jobs:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||||
$adj_build_num = "latest"
|
$adj_build_num = "${{ env.GITHUB_SHA }}"
|
||||||
|
|
||||||
echo "::set-output name=repo_url::$repo_url"
|
echo "::set-output name=repo_url::$repo_url"
|
||||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||||
|
|
Loading…
Reference in New Issue