mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +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
|
||||
id: gen_vars
|
||||
run: |
|
||||
$repo_url = "https://github.com/$GITHUB_REPOSITORY.git"
|
||||
$adj_build_num = "${GITHUB_SHA:0:7}"
|
||||
repo_url=https://github.com/$GITHUB_REPOSITORY.git
|
||||
adj_build_num=${GITHUB_SHA:0:7}
|
||||
|
||||
echo "::set-output name=repo_url::$repo_url"
|
||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||
|
||||
Reference in New Issue
Block a user