Skip to content

Commit

Permalink
Update autodocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Sep 22, 2023
1 parent f7eab5d commit 4a9417d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a9417d

Please sign in to comment.