mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
testing sha again
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 = "${{ env.GITHUB_SHA }}"
|
$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"
|
||||||
|
|||||||
Reference in New Issue
Block a user