Skip to content

Commit

Permalink
use dev branch of setup-league-client
Browse files Browse the repository at this point in the history
  • Loading branch information
imunproductive committed Nov 25, 2023
1 parent 47df2ce commit b93c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: 'content'
- name: Setup the League Client
id: league-client
uses: lol-tracker/setup-league-client@latest
uses: lol-tracker/setup-league-client@dev
with:
username: ${{ !inputs.PBE && secrets.LOL_USERNAME || secrets.LOL_USERNAME_PBE }}
password: ${{ !inputs.PBE && secrets.LOL_PASSWORD || secrets.LOL_PASSWORD_PBE }}
Expand Down

0 comments on commit b93c392

Please sign in to comment.