From 4f9a3287b194d47d124a287fa071331413ebace5 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 22 Sep 2023 11:30:21 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index de5dd26e..acf19f74 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -13,7 +13,7 @@ jobs: - name: Install Launcher id: install-launcher run: | - repo_owner=${{ github.event.actor.id }} + repo_owner=${{ github.event.actor }} branch=${GITHUB_REF##*/} cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher