From 4a9417dbc483dab364542d8c3d65fd7704b7bcf0 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 22 Sep 2023 11:16:02 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 611ba8f159b..a5bc46da2a1 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -17,6 +17,7 @@ jobs: id: install-launcher run: | repo_owner=${{ github.event.pull_request.user.login }} + echo "Repo owner is $repo_owner" branch=${{ github.event.pull_request.ref }} cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher