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 16aa5ae commit 044f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 044f8c6

Please sign in to comment.