From 6bc580d5bb10f32ba9b7aec13a6ad728ddcda2fe Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 22 Sep 2023 11:51:53 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 719903ed..b53f49a3 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -12,10 +12,7 @@ jobs: - name: Install Launcher id: install-launcher - run: | - repo_owner=${github.event.actor_id} - branch=${github.head_ref} - cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher + run: cargo install --git git+https://github.com/${github.event.actor_id}/text-generation-inference.git --branch ${github.head_ref} text-generation-launcher - name: Update Docs run: |