diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index cb52f138..611ba8f1 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -18,7 +18,7 @@ jobs: run: | repo_owner=${{ github.event.pull_request.user.login }} branch=${{ github.event.pull_request.ref }} - cargo install --git git+https://github.com/${repo_owner}/text-generation-inference.git --branch ${branch} text-generation-launcher + cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher - name: Update Docs run: |