Skip to content

Commit 57fd038

Browse files
authored
refactor: rename generate-star-history to generate_star_history.py
1 parent 42c920e commit 57fd038

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/star-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
## Optional fallback: a collaborator PAT, only needed if GitHub
3434
## ever stops granting the workflow token stargazer access.
3535
STAR_HISTORY_TOKEN: ${{ secrets.STAR_HISTORY_TOKEN }}
36-
run: python scripts/generate-star-history --repo "$GITHUB_REPOSITORY"
36+
run: python scripts/generate_star_history.py --repo "$GITHUB_REPOSITORY"
3737

3838
- name: Commit updated chart
3939
run: |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
can reach neither fails rather than drawing an invented curve.
2222
2323
Usage:
24-
GITHUB_TOKEN=... scripts/generate-star-history [--repo owner/name] [--out path]
25-
scripts/generate-star-history --seed "2019-03-01:0,2026-07-29:5000" --out path
24+
GITHUB_TOKEN=... python scripts/generate_star_history.py [--repo owner/name] [--out path]
25+
python scripts/generate_star_history.py --seed "2019-03-01:0,2026-07-29:5000" --out path
2626
2727
`--seed` renders a chart from explicit `date:count` points without touching
2828
the network — used to commit an initial chart and for offline testing; it

0 commit comments

Comments
 (0)