Skip to content

Commit

Permalink
update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 18, 2024
1 parent 87837b4 commit e294868
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
message: <@&1079153184007790652>
title: "Anime IDs Copyright: **Failure**"
title: "People Auto Readme Copyright: **Failure**"
color: 16106776
url: https://github.com/Kometa-Team/Anime-IDs/actions/runs/${{ github.run_id }}
username: Metabot
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This git contains the File that generates the Readme file for these picture styles:

- [Original (original)](https://github.com/Kometa-Team/People)
- [Black & White (bw)](https://github.com/Kometa-Team/People-bw)
- [Rainier (rainier)](https://github.com/Kometa-Team/People-rainier)
- [Signature (signature)](https://github.com/Kometa-Team/People-signature)
- [DIIVOY (diiivoy)](https://github.com/Kometa-Team/People-diiivoy)
- [DIIVOY Color (diiivoycolor)](https://github.com/Kometa-Team/People-diiivoycolor)
- [Transparent (transparent)](https://github.com/Kometa-Team/People-transparent)
- [Original (original)](https://github.com/Kometa-Team/People-Images)
- [Black & White (bw)](https://github.com/Kometa-Team/People-Images-bw)
- [Rainier (rainier)](https://github.com/Kometa-Team/People-Images-rainier)
- [Signature (signature)](https://github.com/Kometa-Team/People-Images-signature)
- [DIIVOY (diiivoy)](https://github.com/Kometa-Team/People-Images-diiivoy)
- [DIIVOY Color (diiivoycolor)](https://github.com/Kometa-Team/People-Images-diiivoycolor)
- [Transparent (transparent)](https://github.com/Kometa-Team/People-Images-transparent)
4 changes: 2 additions & 2 deletions auto_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
directory = "original"

repo = f"Kometa People - {name}{f' ({args.style})' if args.style else ''}"
repo = f"Kometa People Images - {name}{f' ({args.style})' if args.style else ''}"

total_data = []
letters = [lt for lt in os.listdir(directory) if lt not in [".git", ".github", ".idea", "README.md"]]
Expand All @@ -40,7 +40,7 @@
if not os.path.exists(images_folder):
print(f"Images Folder: {images_folder} does not exist")
continue
base_letter_url = f"https://raw.githubusercontent.com/Kometa-Team/People{f'-{args.style}' if args.style else ''}/master/{letter}/Images/"
base_letter_url = f"https://raw.githubusercontent.com/Kometa-Team/People-Images{f'-{args.style}' if args.style else ''}/master/{letter}/Images/"
files = os.listdir(images_folder)
files.sort()
data = [f"\n* [{os.path.splitext(f)[0]}]({base_letter_url}{quote(str(f))})" for f in files]
Expand Down

0 comments on commit e294868

Please sign in to comment.