mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +01:00
fixing bash
This commit is contained in:
parent
fb5511b4bf
commit
e2000d0eb9
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"
|
||||
|
Loading…
Reference in New Issue
Block a user