mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
fixing bash
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -35,8 +35,8 @@ jobs:
|
|||||||
- name: Get Package Version
|
- name: Get Package Version
|
||||||
id: gen_vars
|
id: gen_vars
|
||||||
run: |
|
run: |
|
||||||
$repo_url = "https://github.com/$GITHUB_REPOSITORY.git"
|
repo_url=https://github.com/$GITHUB_REPOSITORY.git
|
||||||
$adj_build_num = "${GITHUB_SHA:0:7}"
|
adj_build_num=${GITHUB_SHA:0:7}
|
||||||
|
|
||||||
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