| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 46fcc3a commit 16af5a1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,15 +16,15 @@ jobs: | |||
| 16 | 16 | - uses: actions/checkout@v6 | |
| 17 | 17 | ||
| 18 | 18 | - name: Generate stats card | |
| 19 | - uses: readme-tools/github-readme-stats-action@v1 | ||
| 19 | + uses: readme-tools/github-readme-stats-action@v2 | ||
| 20 | 20 | with: | |
| 21 | 21 | card: stats | |
| 22 | 22 | options: username=${{ github.repository_owner }}&theme=transparent&hide_rank=true&show_icons=true&count_private=true&include_all_commits=true&layout=compact&line_height=24 | |
| 23 | 23 | path: profile/stats.svg | |
| 24 | 24 | token: ${{ secrets.TOKEN }} | |
| 25 | 25 | ||
| 26 | 26 | - name: Generate top languages card | |
| 27 | - uses: readme-tools/github-readme-stats-action@v1 | ||
| 27 | + uses: readme-tools/github-readme-stats-action@v2 | ||
| 28 | 28 | with: | |
| 29 | 29 | card: top-langs | |
| 30 | 30 | options: username=${{ github.repository_owner }}&theme=transparent&show_icons=true&count_private=true&include_all_commits=true&layout=compact&langs_count=8 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments