You've already forked wakapi-readme-stats
fix: Update text
All checks were successful
CODESTYLE / Run codestyle check (push) Successful in 21s
All checks were successful
CODESTYLE / Run codestyle check (push) Successful in 21s
This commit is contained in:
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
@@ -11,9 +11,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository 🛎️
|
- name: Checkout repository 🛎️
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Dependency review 👀
|
- name: Dependency review 👀
|
||||||
uses: https://github.com/actions/dependency-review-action@v3
|
uses: https://github.com/actions/dependency-review-action@v4.4.0
|
||||||
with:
|
with:
|
||||||
comment-summary-in-pr: true
|
comment-summary-in-pr: true
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ async def get_stats() -> str:
|
|||||||
for user in data:
|
for user in data:
|
||||||
username = user.login.replace("-", "--")
|
username = user.login.replace("-", "--")
|
||||||
stats += f"[]({user.html_url}) "
|
stats += f"[]({user.html_url}) "
|
||||||
stats += f"\n\n###### Follow my account to appear on this list. *The list updates every 12h*\n\n"
|
stats += "\n\n###### Follow my account to appear on this list. *The list updates every 12h*\n\n"
|
||||||
|
|
||||||
stats += f"**📈 {FM.t('Stats')}** \n\n"
|
stats += f"**📈 {FM.t('Stats')}** \n\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user