Skip to content

Commit

Permalink
ci: update binary version used
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Apr 23, 2022
1 parent 420f025 commit dfa88a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Download and run
run: |
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.0.0/lgs-linux-v1.0.0
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.0/lgs-linux-v1.1.0
chmod +x lgs
./lgs >> my-github-stars.md
Expand Down

0 comments on commit dfa88a1

Please sign in to comment.