Skip to content

Commit

Permalink
ci: bump binary version used by the daily run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Oct 25, 2022
1 parent f3e6b6b commit f924910
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.1.0/lgs-linux-v1.1.0
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.1/lgs-linux-v1.1.1
chmod +x lgs
./lgs >> my-github-stars.md
Expand Down

0 comments on commit f924910

Please sign in to comment.