Skip to content

Commit 445b14a

Browse files
committed
fix: fix awesome repo ticker not regreshing
1 parent 593ba79 commit 445b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-repo-ticker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
run: |
5555
git config --local user.email "github-actions[bot]@users.noreply.github.com"
5656
git config --local user.name "github-actions[bot]"
57-
git add data/repo-ticker.csv data/repo-ticker-previous.csv assets/repo-ticker.svg assets/repo-ticker-light.svg
57+
git add data/repo-ticker.csv data/repo-ticker-previous.csv assets/repo-ticker.svg assets/repo-ticker-light.svg assets/repo-ticker-awesome.svg
5858
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update repo ticker data and SVGs [skip ci]" && git push)

0 commit comments

Comments
 (0)