diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bdb9b5bf4a..9a9447964a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"