mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
testing sha again
This commit is contained in:
parent
d2211db266
commit
09160877b2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user