From ae6c25852cec44f8f997fdd738668d44f31e65ae Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 22 Sep 2023 11:07:12 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index b8d99588..2edbf905 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -16,8 +16,8 @@ jobs: - name: Install Launcher id: install-launcher run: | - repo_owner="${{ github.event.pull_request.head.user.login }}" - branch="${{ github.event.pull_request.head.ref }}" + repo_owner=${{ github.event.pull_request.head.user.login }} + branch=${{ github.event.pull_request.head.ref }} cargo install --git git+https://github.com/${repo_owner}/text-generation-inference.git --branch ${branch} text-generation-launcher - name: Update Docs