mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +00:00
CI - remove use_aliases from emoji command
This commit is contained in:
parent
4134472fde
commit
dd7930dfce
1 changed files with 1 additions and 1 deletions
2
.github/tools/reformat_changelog.py
vendored
2
.github/tools/reformat_changelog.py
vendored
|
@ -23,7 +23,7 @@ class SectionType(TypedDict):
|
|||
|
||||
def reformat(item_format: str, output_emoji: bool) -> None:
|
||||
data = [
|
||||
emojize(x.strip(), use_aliases=True, variant="emoji_type")
|
||||
emojize(x.strip(), variant="emoji_type")
|
||||
for x in sys.stdin.readlines()
|
||||
if x.strip()
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue